Use Font.Light variants for PlasmaExtras' Heading and Title
This commit is contained in:
parent
993d4e56c0
commit
dbbf69b4c5
@ -56,6 +56,7 @@ Label {
|
|||||||
property int step: 2
|
property int step: 2
|
||||||
|
|
||||||
font.pointSize: headerPointSize(level)
|
font.pointSize: headerPointSize(level)
|
||||||
|
font.weight: Font.Light
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
opacity: 0.8
|
opacity: 0.8
|
||||||
|
|
||||||
|
@ -44,5 +44,6 @@ Label {
|
|||||||
id: root
|
id: root
|
||||||
opacity: 0.8
|
opacity: 0.8
|
||||||
|
|
||||||
|
font.weight: Font.Light
|
||||||
font.pointSize: theme.defaultFont.pointSize*2
|
font.pointSize: theme.defaultFont.pointSize*2
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user