Browse Source

Fix font rendering issues in job spec details

Labels render with system settings. Text renders with our settings.

Contributes to issue CURA-3389.
Ghostkeeper 8 years ago
parent
commit
39fbe542b9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      resources/qml/JobSpecs.qml

+ 3 - 3
resources/qml/JobSpecs.qml

@@ -132,7 +132,7 @@ Item {
         }
     }
 
-    Label
+    Text
     {
         id: boundingSpec
         anchors.top: jobNameRow.bottom
@@ -169,7 +169,7 @@ Item {
                 color: UM.Theme.getColor("text_subtext")
                 source: UM.Theme.getIcon("print_time")
             }
-            Label
+            Text
             {
                 id: timeSpec
                 anchors.right: lengthIcon.left
@@ -192,7 +192,7 @@ Item {
                 color: UM.Theme.getColor("text_subtext")
                 source: UM.Theme.getIcon("category_material")
             }
-            Label
+            Text
             {
                 id: lengthSpec
                 anchors.right: parent.right