mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Rename Control margin to offset
This commit is contained in:
parent
30d469a5e0
commit
4b8b803931
106 changed files with 1278 additions and 1278 deletions
|
|
@ -337,7 +337,7 @@ MultiMeshEditor::MultiMeshEditor() {
|
|||
vbc->add_margin_child(TTR("Scale:"), populate_scale);
|
||||
|
||||
populate_amount = memnew(SpinBox);
|
||||
populate_amount->set_anchor(MARGIN_RIGHT, ANCHOR_END);
|
||||
populate_amount->set_anchor(SIDE_RIGHT, ANCHOR_END);
|
||||
populate_amount->set_begin(Point2(20, 232));
|
||||
populate_amount->set_end(Point2(-5, 237));
|
||||
populate_amount->set_min(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue