From 699afca7ef6556c1c30539291a7c8af0c3fcc4d6 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Wed, 7 Aug 2019 23:06:33 -0300 Subject: Fix error when going to a text file by clicking in a result from "Find in files" --- editor/find_in_files.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/find_in_files.cpp') diff --git a/editor/find_in_files.cpp b/editor/find_in_files.cpp index e1ab5c62a7..8665467f2d 100644 --- a/editor/find_in_files.cpp +++ b/editor/find_in_files.cpp @@ -524,6 +524,7 @@ FindInFilesPanel::FindInFilesPanel() { _progress_bar = memnew(ProgressBar); _progress_bar->set_h_size_flags(SIZE_EXPAND_FILL); + _progress_bar->set_v_size_flags(SIZE_SHRINK_CENTER); hbc->add_child(_progress_bar); set_progress_visible(false); -- cgit v1.2.3