You've already forked godot
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user