Rename Control PRESET_WIDE to PRESET_FULL_RECT
This commit is contained in:
parent
abe8b88702
commit
97dfbea6ad
49 changed files with 106 additions and 106 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue