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

Merge pull request #78744 from KoBeWi/easy_peasy_routine_refactor_stuff

Standardize dialog input validation as a new class
This commit is contained in:
Rémi Verschelde
2023-08-08 16:55:55 +02:00
13 changed files with 382 additions and 341 deletions

View File

@@ -1280,6 +1280,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
}
theme->set_stylebox("panel", "Tree", style_tree_bg);
theme->set_stylebox("panel", "EditorValidationPanel", style_tree_bg);
// Tree
theme->set_icon("checked", "Tree", theme->get_icon(SNAME("GuiChecked"), SNAME("EditorIcons")));