summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-08-10 10:46:05 +0200
committerGitHub <noreply@github.com>2017-08-10 10:46:05 +0200
commit81dde2687f2f80f5f365a02d68913322d35e9be1 (patch)
tree94f684c394768387b551492ab09dee2e64c9344b /editor/filesystem_dock.cpp
parente93ce339dcdf4e9ade63286cfa04cdd4b5a8ecd4 (diff)
parent273d2ab9d492fc6855302b69b7219a95f77644aa (diff)
downloadredot-engine-81dde2687f2f80f5f365a02d68913322d35e9be1.tar.gz
Merge pull request #10164 from djrm/pr_theme_fixes
Visual polishing
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r--editor/filesystem_dock.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp
index 7c5cd48605..8e40850a0c 100644
--- a/editor/filesystem_dock.cpp
+++ b/editor/filesystem_dock.cpp
@@ -1737,7 +1737,6 @@ FileSystemDock::FileSystemDock(EditorNode *p_editor) {
file_list_vb->set_v_size_flags(SIZE_EXPAND_FILL);
path_hb = memnew(HBoxContainer);
- path_hb->add_child(memnew(Control));
file_list_vb->add_child(path_hb);
button_back = memnew(ToolButton);