You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix ColorPicker margin theme property
This commit is contained in:
@@ -1930,7 +1930,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
||||
theme->set_color("files_disabled", "FileDialog", font_disabled_color);
|
||||
|
||||
// ColorPicker
|
||||
theme->set_constant("margin", "ColorPicker", popup_margin_size);
|
||||
theme->set_constant("margin", "ColorPicker", default_margin_size);
|
||||
theme->set_constant("sv_width", "ColorPicker", 256 * EDSCALE);
|
||||
theme->set_constant("sv_height", "ColorPicker", 256 * EDSCALE);
|
||||
theme->set_constant("h_width", "ColorPicker", 30 * EDSCALE);
|
||||
|
||||
Reference in New Issue
Block a user