mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:25:58 +08:00
Fix monitor sidebar machine selection - CURA-4234
This commit is contained in:
parent
cda6aa2547
commit
c056fcb23d
@ -20,14 +20,6 @@ Column
|
|||||||
simpleNames: true
|
simpleNames: true
|
||||||
}
|
}
|
||||||
|
|
||||||
MachineSelection {
|
|
||||||
id: machineSelection
|
|
||||||
width: base.width
|
|
||||||
height: UM.Theme.getSize("sidebar_header").height
|
|
||||||
anchors.top: base.top
|
|
||||||
anchors.right: parent.right
|
|
||||||
}
|
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
id: connectedPrinterHeader
|
id: connectedPrinterHeader
|
||||||
|
@ -272,7 +272,7 @@ Rectangle
|
|||||||
{
|
{
|
||||||
id: controlItem
|
id: controlItem
|
||||||
anchors.bottom: footerSeparator.top
|
anchors.bottom: footerSeparator.top
|
||||||
anchors.top: monitoringPrint ? base.top : headerSeparator.bottom
|
anchors.top: monitoringPrint ? machineSelection.bottom : headerSeparator.bottom
|
||||||
anchors.left: base.left
|
anchors.left: base.left
|
||||||
anchors.right: base.right
|
anchors.right: base.right
|
||||||
sourceComponent:
|
sourceComponent:
|
||||||
@ -291,7 +291,7 @@ Rectangle
|
|||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
anchors.bottom: footerSeparator.top
|
anchors.bottom: footerSeparator.top
|
||||||
anchors.top: monitoringPrint ? base.top : headerSeparator.bottom
|
anchors.top: monitoringPrint ? machineSelection.bottom : headerSeparator.bottom
|
||||||
anchors.left: base.left
|
anchors.left: base.left
|
||||||
anchors.right: base.right
|
anchors.right: base.right
|
||||||
source:
|
source:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user