mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-05 23:04:30 +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;
|
text: UM.MachineManager.activeMachineInstance;
|
||||||
width: parent.width/100*55
|
width: parent.width/100*55
|
||||||
height: UM.Theme.sizes.sidebar_header.height
|
height: UM.Theme.sizes.sidebar_header.height
|
||||||
tooltip: UM.Application.machineName;
|
tooltip: UM.MachineManager.activeMachineInstance;
|
||||||
//style: UM.Theme.styles.sidebar_header_button;
|
//style: UM.Theme.styles.sidebar_header_button;
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user