From 48097f6df364b040848fb8963f15738d760a72ed Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 10 Jan 2017 01:49:55 -0300 Subject: Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container! --- tools/editor/quick_open.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/quick_open.cpp') diff --git a/tools/editor/quick_open.cpp b/tools/editor/quick_open.cpp index f1746efd6..ff5ecdf01 100644 --- a/tools/editor/quick_open.cpp +++ b/tools/editor/quick_open.cpp @@ -266,7 +266,7 @@ EditorQuickOpen::EditorQuickOpen() { 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"); -- cgit v1.2.3-70-g09d2