diff options
author | volzhs <volzhs@gmail.com> | 2017-04-28 11:01:17 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-04-28 11:01:17 +0900 |
commit | be454ba2d6e0f91aba61dc6ef47bbeca898f1a6a (patch) | |
tree | 699eee6aab35309955e571a48701a98665dea34b /editor/plugins/script_text_editor.cpp | |
parent | 5f15f03d38ed712d33f41ceb5bc812acf818a184 (diff) | |
download | redot-engine-be454ba2d6e0f91aba61dc6ef47bbeca898f1a6a.tar.gz |
Update editor theme
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
-rw-r--r-- | editor/plugins/script_text_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 84aa4739ea..3bb1c7852b 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -1322,6 +1322,7 @@ ScriptTextEditor::ScriptTextEditor() { code_editor = memnew(CodeTextEditor); add_child(code_editor); + code_editor->add_constant_override("separation", 0); code_editor->set_area_as_parent_rect(); code_editor->connect("validate_script", this, "_validate_script"); code_editor->connect("load_theme_settings", this, "_load_theme_settings"); |