Skip to content

Commit e435015

Browse files
committed
Expand Hide button in EditorHelp search
1 parent f5918a9 commit e435015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/doc/editor_help.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4933,7 +4933,7 @@ FindBar::FindBar() {
49334933
hide_button->set_tooltip_text(TTR("Hide"));
49344934
hide_button->set_focus_mode(FOCUS_ACCESSIBILITY);
49354935
hide_button->connect(SceneStringName(pressed), callable_mp(this, &FindBar::_hide_bar));
4936-
hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
4936+
hide_button->set_v_size_flags(SIZE_EXPAND_FILL);
49374937
add_child(hide_button);
49384938
}
49394939

0 commit comments

Comments
 (0)