Change font size.
authorRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 14:55:30 +0000 (16:55 +0200)
committerRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 14:55:30 +0000 (16:55 +0200)
qml/QZeeControl/AboutDialog.qml

index 80af596..40bc86e 100644 (file)
@@ -31,7 +31,7 @@ Dialog {
             text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br /><img src=\"/opt/QZeeControl/qzeecontrol.png\" /><br />Version 0.3.0</a>"
             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 {