More info in ThemeTest

This makes problems with the default font more apparent

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sebastian Kügler 2015-11-06 21:57:01 +00:00 committed by Dirk Hohndel
parent 7b320a7d34
commit b7e33eb8bb
2 changed files with 15 additions and 4 deletions

View file

@ -8,7 +8,4 @@ Text {
font.pointSize: 18
color: theme.textColor
text: "empty label"
}

View file

@ -51,7 +51,21 @@ GridLayout {
text: fm.height / fm.font.pointSize
}
Item {
Text {
text: "Text item pixelSize:"
}
Text {
text: font.pixelSize
}
Text {
text: "Text item pointSize:"
}
Text {
text: font.pointSize
}
Label {
Layout.columnSpan: 2
Layout.fillHeight: true
}