You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add header theme type variations to labels
This commit is contained in:
@@ -3221,6 +3221,7 @@ ThemeEditor::ThemeEditor() {
|
||||
|
||||
theme_name = memnew(Label);
|
||||
theme_name->set_text(TTR("Theme") + ": ");
|
||||
theme_name->set_theme_type_variation("HeaderSmall");
|
||||
top_menu->add_child(theme_name);
|
||||
|
||||
top_menu->add_spacer(false);
|
||||
|
||||
Reference in New Issue
Block a user