-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix BottomPanel
excessive width.
#43
Fix BottomPanel
excessive width.
#43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This look like it will be a really nice feature. One of the tooltips should probably be tweaked slightly, but otherwise I did not notice any issues.
looks like there's a typo
|
That typo was my fault, I had it messed up when suggesting a change. |
someone stopped the tests. I'll rerun this again once those are done |
Those stopped automatically when the static check failed from the typo. |
editor/gui/editor_bottom_panel.cpp
Outdated
@@ -255,9 +297,35 @@ EditorBottomPanel::EditorBottomPanel() { | |||
bottom_hbox->set_custom_minimum_size(Size2(0, 24 * EDSCALE)); // Adjust for the height of the "Expand Bottom Dock" icon. | |||
item_vbox->add_child(bottom_hbox); | |||
|
|||
left_button = memnew(Button); | |||
left_button->set_tooltip_text(TTR("Scroll Left\nHold Ctrl to scroll to the begining.\nHold Shift to scroll one page.")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spell check linter "beginning"
Signed-off-by: Aaron Benjamin <lifeartstudios@gmail.com>
You can have as many BottomPanel plugins as you want!
BlaziumBottomPanel.mp4