You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix wrong placement of the Make Floating Button.
This commit is contained in:
@@ -432,7 +432,6 @@ void ScreenSelect::pressed() {
|
||||
}
|
||||
|
||||
ScreenSelect::ScreenSelect() {
|
||||
set_text(TTR("Make Floating"));
|
||||
set_tooltip_text(TTR("Make this panel floating.\nRight click to open the screen selector."));
|
||||
set_button_mask(MouseButtonMask::RIGHT);
|
||||
set_flat(true);
|
||||
|
||||
Reference in New Issue
Block a user