mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Move message stack "above" the viewport overlay
CURA-1036
This commit is contained in:
parent
7ec605579e
commit
3ea4983a23
1 changed files with 11 additions and 11 deletions
|
|
@ -407,17 +407,6 @@ UM.MainWindow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.MessageStack
|
|
||||||
{
|
|
||||||
anchors
|
|
||||||
{
|
|
||||||
horizontalCenter: parent.horizontalCenter
|
|
||||||
horizontalCenterOffset: -(UM.Theme.getSize("sidebar").width/ 2)
|
|
||||||
top: parent.verticalCenter;
|
|
||||||
bottom: parent.bottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
id: view_panel
|
id: view_panel
|
||||||
|
|
@ -576,6 +565,17 @@ UM.MainWindow
|
||||||
visible: base.monitoringPrint
|
visible: base.monitoringPrint
|
||||||
source: Cura.MachineManager.printerOutputDevices.length > 0 ? Cura.MachineManager.printerOutputDevices[0].cameraImage : ""
|
source: Cura.MachineManager.printerOutputDevices.length > 0 ? Cura.MachineManager.printerOutputDevices[0].cameraImage : ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UM.MessageStack
|
||||||
|
{
|
||||||
|
anchors
|
||||||
|
{
|
||||||
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
horizontalCenterOffset: -(UM.Theme.getSize("sidebar").width/ 2)
|
||||||
|
top: parent.verticalCenter;
|
||||||
|
bottom: parent.bottom;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue