mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 14:19:05 +08:00
Added MachineSelector to monitor menu
CURA-5943
This commit is contained in:
parent
6d4a460e58
commit
48bdb735f2
@ -11,4 +11,13 @@ Item
|
|||||||
{
|
{
|
||||||
signal showTooltip(Item item, point location, string text)
|
signal showTooltip(Item item, point location, string text)
|
||||||
signal hideTooltip()
|
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…
x
Reference in New Issue
Block a user