mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
WIP: Fix quality name in SettingView
This commit is contained in:
parent
c65192000e
commit
6e5fed6b5e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Item
|
|||
height: UM.Theme.getSize("setting_control").height
|
||||
anchors.left: globalProfileLabel.right
|
||||
anchors.right: parent.right
|
||||
tooltip: Cura.MachineManager.activeQualityName
|
||||
tooltip: Cura.MachineManager.activeQualityOrQualityChangesName
|
||||
style: UM.Theme.styles.sidebar_header_button
|
||||
activeFocusOnPress: true
|
||||
menu: ProfileMenu { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue