Make expandable component header fonts larger

As per the design.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 13:43:31 +01:00
parent 8d8133d521
commit 60a5438db6
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ Cura.RoundedRectangle
{
id: headerLabel
text: ""
font: UM.Theme.getFont("default")
font: UM.Theme.getFont("medium")
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
color: UM.Theme.getColor("small_button_text")