CURA-4234 splitted MachineSelection into a separate file and add it to PrintMonitor as well, because now it's part of the sidebar

This commit is contained in:
Jack Ha 2017-12-14 14:49:18 +01:00
parent 497bc756b7
commit cda6aa2547
3 changed files with 81 additions and 60 deletions

View file

@ -20,6 +20,14 @@ Column
simpleNames: true
}
MachineSelection {
id: machineSelection
width: base.width
height: UM.Theme.getSize("sidebar_header").height
anchors.top: base.top
anchors.right: parent.right
}
Rectangle
{
id: connectedPrinterHeader
@ -1171,4 +1179,4 @@ Column
}
}
}
}
}