mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Move viewmode button to prevent overlapping windows
This commit is contained in:
parent
ab02aef6cd
commit
00fcad17df
1 changed files with 3 additions and 3 deletions
|
@ -394,9 +394,9 @@ UM.MainWindow
|
|||
|
||||
anchors
|
||||
{
|
||||
top: parent.top;
|
||||
left: toolbar.right;
|
||||
leftMargin: UM.Theme.sizes.window_margin.width;
|
||||
top: openFileButton.bottom;
|
||||
topMargin: UM.Theme.sizes.window_margin.height;
|
||||
left: parent.left;
|
||||
}
|
||||
text: catalog.i18nc("@action:button","View Mode");
|
||||
iconSource: UM.Theme.icons.viewmode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue