mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:29:03 +08:00
Add dash between main, and suffix part of quality display name
Cura-9773
This commit is contained in:
parent
ad3b2deb2a
commit
76564f7bc4
@ -77,7 +77,7 @@ Item
|
|||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
text: Cura.MachineManager.activeQualityDisplayNameStringParts.slice(1).join(" - ")
|
text: ` - ${Cura.MachineManager.activeQualityDisplayNameStringParts.slice(1).join(" - ")}`
|
||||||
|
|
||||||
color: UM.Theme.getColor("text_detail")
|
color: UM.Theme.getColor("text_detail")
|
||||||
Layout.margins: 0
|
Layout.margins: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user