We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34cdf39 + e435015 commit dd8a830Copy full SHA for dd8a830
editor/doc/editor_help.cpp
@@ -4933,7 +4933,7 @@ FindBar::FindBar() {
4933
hide_button->set_tooltip_text(TTR("Hide"));
4934
hide_button->set_focus_mode(FOCUS_ACCESSIBILITY);
4935
hide_button->connect(SceneStringName(pressed), callable_mp(this, &FindBar::_hide_bar));
4936
- hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
+ hide_button->set_v_size_flags(SIZE_EXPAND_FILL);
4937
add_child(hide_button);
4938
}
4939
0 commit comments