You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Standardize dialog input validation as a new class
This commit is contained in:
@@ -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")));
|
||||
|
||||
Reference in New Issue
Block a user