mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Use the right property for active machine instance name
This commit is contained in:
parent
0cda05ae92
commit
f6dbc73d6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue