Added MachineSelector to monitor menu

CURA-5943
This commit is contained in:
Jaime van Kessel 2018-11-30 13:58:44 +01:00
parent 6d4a460e58
commit 48bdb735f2

View file

@ -11,4 +11,13 @@ Item
{
signal showTooltip(Item item, point location, string text)
signal hideTooltip()
Cura.MachineSelector
{
id: machineSelection
headerCornerSide: Cura.RoundedRectangle.Direction.All
width: UM.Theme.getSize("machine_selector_widget").width
height: parent.height
anchors.centerIn: parent
}
}