Use normal font size for shorthand label

This element had been designed when very_small was in the theme equal to default. I changed the entire application to use default instead of very_small and made very_small a smaller font, but didn't change that on the branch that this element was designed on. So now also change it here.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-27 15:12:44 +01:00
parent 55dd9be062
commit c1bb1a9b98
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -28,7 +28,7 @@ Item
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
renderType: Text.NativeRendering
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
}
}