mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:28:59 +08:00
Display layer height after profile name in drop-down
There is no styling in this drop-down, as it is provided by the OS. Just a dash and the layer height will do. Contributes to issue CURA-2737.
This commit is contained in:
parent
c92ccee1e4
commit
19678c1126
@ -17,7 +17,7 @@ Menu
|
||||
|
||||
MenuItem
|
||||
{
|
||||
text: model.name
|
||||
text: model.name + " - " + model.layer_height
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeQualityChangesId == "empty_quality_changes" && Cura.MachineManager.activeQualityType == model.metadata.quality_type
|
||||
exclusiveGroup: group
|
||||
@ -40,7 +40,7 @@ Menu
|
||||
|
||||
MenuItem
|
||||
{
|
||||
text: model.name
|
||||
text: model.name + " - " + model.layer_height
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.globalQualityId == model.id
|
||||
exclusiveGroup: group
|
||||
|
Loading…
x
Reference in New Issue
Block a user