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

Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_font

Fix recent scenes layout when resizing font
This commit is contained in:
Rémi Verschelde
2017-10-21 23:41:33 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -308,6 +308,8 @@ void EditorNode::_notification(int p_what) {
}
_update_scene_tabs();
recent_scenes->set_as_minsize();
// debugger area
if (ScriptEditor::get_singleton()->get_debugger()->is_visible())
bottom_panel->add_style_override("panel", gui_base->get_stylebox("BottomPanelDebuggerOverride", "EditorStyles"));