Use the right property for active machine instance name

This commit is contained in:
Arjen Hiemstra 2015-09-01 17:29:25 +02:00
parent 0cda05ae92
commit f6dbc73d6d

View File

@ -106,7 +106,7 @@ ColumnLayout
text: UM.MachineManager.activeMachineInstance;
width: parent.width/100*55
height: UM.Theme.sizes.sidebar_header.height
tooltip: UM.Application.machineName;
tooltip: UM.MachineManager.activeMachineInstance;
//style: UM.Theme.styles.sidebar_header_button;
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter