Fit script editor grid with others

This commit is contained in:
volzhs 2017-09-07 06:25:57 +09:00
parent 0b8fa1e010
commit 41cc85fb20
2 changed files with 7 additions and 0 deletions

View file

@ -2416,6 +2416,9 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
use_space_indentation = false;
ScriptServer::edit_request_func = _open_script_request;
add_style_override("panel", editor->get_gui_base()->get_stylebox("ScriptEditorPanel", "EditorStyles"));
tab_container->add_style_override("panel", editor->get_gui_base()->get_stylebox("ScriptEditor", "EditorStyles"));
}
ScriptEditor::~ScriptEditor() {