summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-11-16 10:24:00 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-11-16 10:24:00 +0100
commitf35a53c864d693f7e05360791f20d80d8ea31a28 (patch)
tree8a0de9c506a25285c34d7345a6746e778990a4db
parentf7f684b12bbaa342c0bd680662c5f0d0bd3c8881 (diff)
use pixelsize, rather than point size..
-rw-r--r--Slide.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Slide.qml b/Slide.qml
index 5236d56..5568ffd 100644
--- a/Slide.qml
+++ b/Slide.qml
@@ -45,7 +45,7 @@ Item {
width: slide.contentWidth
text: centeredText
horizontalAlignment: Text.Center
- font.pointSize: baseFontSize
+ font.pixelSize: baseFontSize
color: slideTextColor
wrapMode: Text.Wrap
}
@@ -83,7 +83,7 @@ Item {
Text {
id: text
width: slide.contentWidth
- font.pointSize: baseFontSize
+ font.pixelSize: baseFontSize
text: content[index]
textFormat: Text.PlainText
wrapMode: Text.WordWrap