Make 'Profile' text larger

As per the design.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 14:00:39 +01:00
parent 4be9fbb75e
commit cf6cce5df0
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -25,7 +25,7 @@ Item
right: globalProfileSelection.left
}
text: catalog.i18nc("@label", "Profile")
font: UM.Theme.getFont("default")
font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text")
verticalAlignment: Text.AlignVCenter
}