You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Rename Control margin to offset
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user