mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@8004c7524f
This commit is contained in:
@@ -392,7 +392,7 @@ void ScreenSelect::_notification(int p_what) {
|
||||
connect(SceneStringName(gui_input), callable_mp(this, &ScreenSelect::_handle_mouse_shortcut));
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
set_icon(get_editor_theme_icon("MakeFloating"));
|
||||
set_button_icon(get_editor_theme_icon("MakeFloating"));
|
||||
|
||||
const real_t popup_height = real_t(get_theme_font_size(SceneStringName(font_size))) * 2.0;
|
||||
popup->set_min_size(Size2(0, popup_height * 3));
|
||||
|
||||
Reference in New Issue
Block a user