Add header theme type variations to labels
This commit is contained in:
parent
b44b277f6f
commit
f4b361dd15
18 changed files with 94 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue