mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-05 06:44:20 +08:00
Use the right property for active machine instance name
This commit is contained in:
parent
0cda05ae92
commit
f6dbc73d6d
@ -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…
x
Reference in New Issue
Block a user