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
|
|
@ -1060,7 +1060,7 @@ FileDialog::FileDialog() {
|
|||
|
||||
message = memnew(Label);
|
||||
message->hide();
|
||||
message->set_anchors_and_offsets_preset(Control::PRESET_WIDE);
|
||||
message->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT);
|
||||
message->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER);
|
||||
message->set_vertical_alignment(VERTICAL_ALIGNMENT_CENTER);
|
||||
tree->add_child(message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue