mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Expand Hide button in EditorHelp search
This commit is contained in:
parent
f5918a9d35
commit
e435015476
1 changed files with 1 additions and 1 deletions
|
|
@ -4933,7 +4933,7 @@ FindBar::FindBar() {
|
|||
hide_button->set_tooltip_text(TTR("Hide"));
|
||||
hide_button->set_focus_mode(FOCUS_ACCESSIBILITY);
|
||||
hide_button->connect(SceneStringName(pressed), callable_mp(this, &FindBar::_hide_bar));
|
||||
hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
|
||||
hide_button->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
add_child(hide_button);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue