Skip to content

Commit dd8a830

Browse files
committed
Merge pull request #113430 from arkology/editor-help-hide
Expand Hide button in `EditorHelp` search
2 parents 34cdf39 + e435015 commit dd8a830

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)