Let quality intents menu use checkmark to indicate active profile

CURA-8928
This commit is contained in:
Jaime van Kessel 2022-03-03 13:46:38 +01:00
parent fc577ffcbc
commit cbbe961a44
3 changed files with 30 additions and 8 deletions

View file

@ -130,7 +130,7 @@ Popup
checkable: true
visible: model.available
text: model.name + " - " + model.layer_height + " mm"
leftPadding: UM.Theme.getSize("wide_margin").width
leftPadding: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
checked:
{
if (Cura.MachineManager.hasCustomQuality)
@ -196,7 +196,7 @@ Popup
checkable: true
visible: model.available
text: model.name
leftPadding: UM.Theme.getSize("wide_margin").width
leftPadding: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
checked:
{
var active_quality_group = Cura.MachineManager.activeQualityChangesGroup