Make job specs not bold

As per the design.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2019-01-03 11:05:54 +01:00
parent ee1390a6a3
commit 707c3a26a8
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -97,7 +97,7 @@ Item
style: TextFieldStyle style: TextFieldStyle
{ {
textColor: UM.Theme.getColor("text_scene") textColor: UM.Theme.getColor("text_scene")
font: UM.Theme.getFont("default_bold") font: UM.Theme.getFont("default")
background: Rectangle background: Rectangle
{ {
opacity: 0 opacity: 0
@ -115,7 +115,7 @@ Item
height: UM.Theme.getSize("jobspecs_line").height height: UM.Theme.getSize("jobspecs_line").height
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
font: UM.Theme.getFont("default_bold") font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text_scene") color: UM.Theme.getColor("text_scene")
text: CuraApplication.getSceneBoundingBoxString text: CuraApplication.getSceneBoundingBoxString
} }