X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FQZeeControl%2FAboutDialog.qml;fp=qml%2FQZeeControl%2FAboutDialog.qml;h=40bc86ea57a262efd183dff09e8ae27e6683d6a7;hb=9f74f72975654906b67632cb62956a6d0548db79;hp=80af5967bde830d31a6cc1c7ed255c4ef354cc01;hpb=215faa82b83884d70961b73a0d32fd4c9301bc44;p=qzeecontrol 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 {