mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:58:58 +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
|
||||
{
|
||||
text: Cura.MachineManager.activeQualityDisplayNameStringParts.slice(1).join(" - ")
|
||||
text: ` - ${Cura.MachineManager.activeQualityDisplayNameStringParts.slice(1).join(" - ")}`
|
||||
|
||||
color: UM.Theme.getColor("text_detail")
|
||||
Layout.margins: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user