Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2018-11-30 15:58:44 +0300
committerJaime van Kessel <nallath@gmail.com>2018-11-30 15:58:44 +0300
commit48bdb735f2bfa9ef044065e5a9e0ca2a60e17361 (patch)
treea8f7d17d859e960adad6814c83b4b2c0d5582564 /plugins/MonitorStage
parent6d4a460e58d81c66e849bcf17b444c3b164272ef (diff)
Added MachineSelector to monitor menu
CURA-5943
Diffstat (limited to 'plugins/MonitorStage')
-rw-r--r--plugins/MonitorStage/MonitorMenu.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/MonitorStage/MonitorMenu.qml b/plugins/MonitorStage/MonitorMenu.qml
index 4dec719313..bc95c276e8 100644
--- a/plugins/MonitorStage/MonitorMenu.qml
+++ b/plugins/MonitorStage/MonitorMenu.qml
@@ -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
+ }
} \ No newline at end of file