mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Added MachineSelector to monitor menu
CURA-5943
This commit is contained in:
parent
6d4a460e58
commit
48bdb735f2
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue