Browse Source

Add dash between main, and suffix part of quality display name

Cura-9773
c.lamboo 2 years ago
parent
commit
76564f7bc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml

+ 1 - 1
resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml

@@ -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