Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
This commit is contained in:
parent
2d1699ef82
commit
99dc2ec9e1
4 changed files with 25 additions and 8 deletions
|
|
@ -4196,7 +4196,8 @@ Node3DEditorViewport::Node3DEditorViewport(Node3DEditor *p_spatial_editor, Edito
|
|||
|
||||
VBoxContainer *vbox = memnew(VBoxContainer);
|
||||
surface->add_child(vbox);
|
||||
vbox->set_position(Point2(10, 10) * EDSCALE);
|
||||
vbox->set_offset(SIDE_LEFT, 10 * EDSCALE);
|
||||
vbox->set_offset(SIDE_TOP, 10 * EDSCALE);
|
||||
|
||||
view_menu = memnew(MenuButton);
|
||||
view_menu->set_flat(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue