mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Add dash between main, and suffix part of quality display name
Cura-9773
This commit is contained in:
parent
ad3b2deb2a
commit
76564f7bc4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue