More custom theme support for editor
This commit is contained in:
parent
2f776af2e6
commit
fd236a4b6c
5 changed files with 19 additions and 13 deletions
|
|
@ -668,7 +668,7 @@ ThemeEditor::ThemeEditor() {
|
|||
|
||||
|
||||
theme_menu = memnew( MenuButton );
|
||||
theme_menu->set_text("Theme");
|
||||
theme_menu->set_text(TTR("Theme"));
|
||||
theme_menu->get_popup()->add_item(TTR("Add Item"),POPUP_ADD);
|
||||
theme_menu->get_popup()->add_item(TTR("Add Class Items"),POPUP_CLASS_ADD);
|
||||
theme_menu->get_popup()->add_item(TTR("Remove Item"),POPUP_REMOVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue