diff options
| author | Felipe Seixas | 2017-10-20 06:24:00 -0400 |
|---|---|---|
| committer | Felipe Seixas | 2017-10-21 11:53:53 -0400 |
| commit | 651246cbff5dbd079ab1bed3db65417799669a89 (patch) | |
| tree | d353e08195ea0d92835dab35b2aaa6b3fa6ef38c /editor/plugins/script_editor_plugin.cpp | |
| parent | 632459a46bcb321560152932bd401f750f98be1a (diff) | |
| download | godot-651246cbff5dbd079ab1bed3db65417799669a89.tar.gz godot-651246cbff5dbd079ab1bed3db65417799669a89.tar.zst godot-651246cbff5dbd079ab1bed3db65417799669a89.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 84808cb87..ffda34653 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -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: |
