From 39fbe542b909ee4211f923243a27a361d2ebd38c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 14 Apr 2017 16:08:12 +0200 Subject: [PATCH] Fix font rendering issues in job spec details Labels render with system settings. Text renders with our settings. Contributes to issue CURA-3389. --- resources/qml/JobSpecs.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 39b7f42ea0..54b559f794 100644 --- a/resources/qml/JobSpecs.qml +++ b/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