Skip to content

Commit

Permalink
Fix font rendering issues in job spec details
Browse files Browse the repository at this point in the history
Labels render with system settings. Text renders with our settings.

Contributes to issue CURA-3389.
  • Loading branch information
Ghostkeeper committed Apr 14, 2017
1 parent d6f49d4 commit 39fbe54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/qml/JobSpecs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Item {
}
}

Label
Text
{
id: boundingSpec
anchors.top: jobNameRow.bottom
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 39fbe54

Please sign in to comment.