Adjustments to theme.textColor changes

The larger headings are a bit softened, to make their stick out less,
the font is meant to take care of this. Result: visually more consistent
colouring, strangely. Human eyes are beautifully complex things.
This commit is contained in:
Sebastian Kügler 2013-12-28 01:07:06 +01:00
parent 781ba8b4c7
commit e5ad29dabf
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ Label {
font.pointSize: headerPointSize(level)
wrapMode: Text.WordWrap
opacity: 0.8
function headerPointSize(l) {
var n = theme.defaultFont.pointSize;

View File

@ -42,6 +42,7 @@ import org.kde.plasma.components 2.0
*/
Label {
id: root
opacity: 0.8
font.pointSize: theme.defaultFont.pointSize*2
}