diff options
| author | Rémi Verschelde | 2017-05-02 11:28:52 +0200 |
|---|---|---|
| committer | GitHub | 2017-05-02 11:28:52 +0200 |
| commit | a37364620f481e886f695ea63ef858659246cff1 (patch) | |
| tree | c715aef71b70cf3b32b15378ede8da75f056f94e /editor/plugins/script_editor_plugin.cpp | |
| parent | 6b769ac62512be84e5064d30b1a10dd180ef6862 (diff) | |
| parent | 3223305e5a6d3643c554081de336c3464cd99977 (diff) | |
| download | godot-a37364620f481e886f695ea63ef858659246cff1.tar.gz godot-a37364620f481e886f695ea63ef858659246cff1.tar.zst godot-a37364620f481e886f695ea63ef858659246cff1.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index a186f92b3..a5414325d 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -2103,7 +2103,6 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { add_child(menu_hb); script_split = memnew(HSplitContainer); - script_split->add_constant_override("separation", 8 * EDSCALE); add_child(script_split); script_split->set_v_size_flags(SIZE_EXPAND_FILL); |
