summaryrefslogtreecommitdiff
path: root/editor/find_in_files.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-08-08 09:12:45 +0200
committerGitHub <noreply@github.com>2019-08-08 09:12:45 +0200
commitef05306ca250cc29346e89aedd3e327860f56502 (patch)
tree568a5771c0ae089a15902cbc2237d714f0dc0ecf /editor/find_in_files.cpp
parent7145d963e29d3625a97f2097e0b8f56e0ba6bcee (diff)
parent699afca7ef6556c1c30539291a7c8af0c3fcc4d6 (diff)
Merge pull request #31189 from YeldhamDev/find_files_text_error
Fix error when going to a text file by clicking in a result from "Find in files"
Diffstat (limited to 'editor/find_in_files.cpp')
-rw-r--r--editor/find_in_files.cpp1
1 files changed, 1 insertions, 0 deletions
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);