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 b9b7932 + 15f3441 commit e3aa152Copy full SHA for e3aa152
editor/groups_editor.cpp
@@ -840,7 +840,7 @@ GroupsEditor::GroupsEditor() {
840
add_child(hbc);
841
842
add = memnew(Button);
843
- add->set_flat(true);
+ add->set_theme_type_variation("FlatMenuButton");
844
add->set_tooltip_text(TTR("Add a new group."));
845
add->connect(SceneStringName(pressed), callable_mp(this, &GroupsEditor::_show_add_group_dialog));
846
hbc->add_child(add);
0 commit comments