1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix drop-down size when resizing font #12207

Fixes Scene > Open Recent
Fixes ScriptEditor > File > Open Recent
This commit is contained in:
Felipe Seixas
2017-10-20 06:24:00 -04:00
parent 632459a46b
commit 651246cbff
2 changed files with 4 additions and 0 deletions

View File

@@ -1169,6 +1169,8 @@ void ScriptEditor::_notification(int p_what) {
script_forward->set_icon(get_icon("Forward", "EditorIcons"));
script_back->set_icon(get_icon("Back", "EditorIcons"));
recent_scripts->set_as_minsize();
} break;
default: