Added name for active machine

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-11 16:21:09 +02:00
parent f91a4f9369
commit 66a29a2f1c
2 changed files with 12 additions and 4 deletions

View file

@ -58,10 +58,10 @@ Item
ToolButton {
id: machineSelection
text: UM.MachineManager.activeMachineInstance;
text: Cura.MachineManager.activeMachineName;
width: parent.width/100*55
height: UM.Theme.getSize("setting_control").height
tooltip: UM.MachineManager.activeMachineInstance;
tooltip: Cura.MachineManager.activeMachineName;
anchors.right: parent.right
anchors.rightMargin: UM.Theme.getSize("default_margin").width
anchors.verticalCenter: parent.verticalCenter