diff options
| author | Juan Linietsky | 2017-01-10 01:49:55 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-10 01:49:55 -0300 |
| commit | 48097f6df364b040848fb8963f15738d760a72ed (patch) | |
| tree | 8816df759d41837fb333bb4a0c7515e89f00e3d0 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | a503f8aadcb8cbc85bde589fb25ea06e599b367b (diff) | |
| download | godot-48097f6df364b040848fb8963f15738d760a72ed.tar.gz godot-48097f6df364b040848fb8963f15738d760a72ed.tar.zst godot-48097f6df364b040848fb8963f15738d760a72ed.zip | |
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 039b1b330..e167ba2d5 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -254,7 +254,7 @@ ScriptEditorQuickOpen::ScriptEditorQuickOpen() { VBoxContainer *vbc = memnew( VBoxContainer ); add_child(vbc); - set_child_rect(vbc); + //set_child_rect(vbc); search_box = memnew( LineEdit ); vbc->add_margin_child(TTR("Search:"),search_box); search_box->connect("text_changed",this,"_text_changed"); @@ -2247,7 +2247,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { { VBoxContainer *vbc = memnew( VBoxContainer ); disk_changed->add_child(vbc); - disk_changed->set_child_rect(vbc); + // disk_changed->set_child_rect(vbc); Label *dl = memnew( Label ); dl->set_text(TTR("The following files are newer on disk.\nWhat action should be taken?:")); |
