1
0
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:
ajreckof
2023-06-21 01:00:37 +02:00
parent c0d8d91b15
commit 13e65da804
3 changed files with 13 additions and 12 deletions

View File

@@ -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);