summaryrefslogtreecommitdiffstats
path: root/qml/ApplicationIcon.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-02-18 13:34:15 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2013-02-18 13:34:15 +0100
commit7188104462ce7ea194db240eb560d07db559cfa3 (patch)
tree5ea52350fed5537947d279deddb5ce32cf83fd20 /qml/ApplicationIcon.qml
parent48cc21fbc68d7e71d1db0fe3c73664e4607f299d (diff)
Include qt_run.sh script and fix fontsize
Diffstat (limited to 'qml/ApplicationIcon.qml')
-rw-r--r--qml/ApplicationIcon.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ApplicationIcon.qml b/qml/ApplicationIcon.qml
index 9e71166..cea8adf 100644
--- a/qml/ApplicationIcon.qml
+++ b/qml/ApplicationIcon.qml
@@ -56,7 +56,7 @@ Item {
color: "white"
- font.pixelSize: parent.height * 0.07;
+ font.pixelSize: engine.smallFontSize();
font.bold: true
text: name
style: Text.Raised