From f6dbc73d6d36f3d26ed3827229701cb4fb622b8c Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 1 Sep 2015 17:29:25 +0200 Subject: [PATCH] Use the right property for active machine instance name --- resources/qml/SidebarHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml index e09497fb79..6d5f9f8d33 100644 --- a/resources/qml/SidebarHeader.qml +++ b/resources/qml/SidebarHeader.qml @@ -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