Use Font.Light variants for PlasmaExtras' Heading and Title

This commit is contained in:
Sebastian Kügler 2014-03-26 01:17:11 +01:00
parent 993d4e56c0
commit dbbf69b4c5
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Label {
property int step: 2
font.pointSize: headerPointSize(level)
font.weight: Font.Light
wrapMode: Text.WordWrap
opacity: 0.8

View File

@ -44,5 +44,6 @@ Label {
id: root
opacity: 0.8
font.weight: Font.Light
font.pointSize: theme.defaultFont.pointSize*2
}