You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Rename Control PRESET_WIDE to PRESET_FULL_RECT
This commit is contained in:
@@ -246,7 +246,7 @@ ThemeEditorPreview::ThemeEditorPreview() {
|
||||
preview_root->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
preview_bg = memnew(ColorRect);
|
||||
preview_bg->set_anchors_and_offsets_preset(PRESET_WIDE);
|
||||
preview_bg->set_anchors_and_offsets_preset(PRESET_FULL_RECT);
|
||||
preview_bg->set_color(GLOBAL_GET("rendering/environment/defaults/default_clear_color"));
|
||||
preview_root->add_child(preview_bg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user