Merge pull request #102786 from Giganzo/top-toolbar-menu-button-styles

Fix MenuButton style in editor top menu bar
This commit is contained in:
Thaddeus Crews
2025-04-10 10:18:10 -05:00
8 changed files with 16 additions and 0 deletions

View File

@ -154,6 +154,8 @@ CSGShapeEditor::CSGShapeEditor() {
options->hide();
options->set_text(TTR("CSG"));
options->set_switch_on_hover(true);
options->set_flat(false);
options->set_theme_type_variation("FlatMenuButton");
Node3DEditor::get_singleton()->add_control_to_menu_panel(options);
options->get_popup()->add_item(TTR("Bake Mesh Instance"), MENU_OPTION_BAKE_MESH_INSTANCE);