From: Ruediger Gad Date: Sun, 15 Apr 2012 14:55:30 +0000 (+0200) Subject: Change font size. X-Git-Url: http://vcs.maemo.org/git/?p=qzeecontrol;a=commitdiff_plain;h=9f74f72975654906b67632cb62956a6d0548db79 Change font size. --- diff --git a/qml/QZeeControl/AboutDialog.qml b/qml/QZeeControl/AboutDialog.qml index 80af596..40bc86e 100644 --- a/qml/QZeeControl/AboutDialog.qml +++ b/qml/QZeeControl/AboutDialog.qml @@ -31,7 +31,7 @@ Dialog { text: "QZeeControl

Version 0.3.0
" textFormat: Text.RichText onLinkActivated: Qt.openUrlExternally(link) - font.pixelSize: 25 + font.pixelSize: 22 horizontalAlignment: Text.AlignHCenter anchors.horizontalCenter: parent.horizontalCenter; anchors.bottom: description.top; anchors.bottomMargin: 8 } @@ -39,7 +39,7 @@ Dialog { Text { id: description text: "Control your N9 remotely." - font.pixelSize: 25; font.bold: true; anchors.horizontalCenter: parent.horizontalCenter; anchors.bottom: author.top; anchors.bottomMargin: 12; color: "white" + font.pixelSize: 22; font.bold: true; anchors.horizontalCenter: parent.horizontalCenter; anchors.bottom: author.top; anchors.bottomMargin: 12; color: "white" } Text {