1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add outlines and contrasting backgrounds to the editor UI elements

This commit is contained in:
Yuri Sizov
2021-05-12 00:07:16 +03:00
parent 048abb50aa
commit 3a66c22e71
3 changed files with 33 additions and 15 deletions

View File

@@ -181,6 +181,8 @@ class ThemeItemEditorDialog : public AcceptDialog {
Ref<Theme> edited_theme;
TabContainer *tc;
ItemList *edit_type_list;
LineEdit *edit_add_type_value;
String edited_item_type;