1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Improve user communications in the theme editor

This commit is contained in:
Yuri Sizov
2021-08-04 18:35:48 +03:00
parent b8ac2e0cff
commit 3b6e7d61a5
2 changed files with 39 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ class ThemeItemEditorDialog : public AcceptDialog {
Button *edit_items_remove_custom;
Button *edit_items_remove_all;
Tree *edit_items_tree;
Label *edit_items_message;
enum ItemsTreeAction {
ITEMS_TREE_RENAME_ITEM,