mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:35:55 +08:00
Move viewmode button to prevent overlapping windows
This commit is contained in:
parent
ab02aef6cd
commit
00fcad17df
@ -394,9 +394,9 @@ UM.MainWindow
|
|||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: parent.top;
|
top: openFileButton.bottom;
|
||||||
left: toolbar.right;
|
topMargin: UM.Theme.sizes.window_margin.height;
|
||||||
leftMargin: UM.Theme.sizes.window_margin.width;
|
left: parent.left;
|
||||||
}
|
}
|
||||||
text: catalog.i18nc("@action:button","View Mode");
|
text: catalog.i18nc("@action:button","View Mode");
|
||||||
iconSource: UM.Theme.icons.viewmode;
|
iconSource: UM.Theme.icons.viewmode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user