summaryrefslogtreecommitdiffstats
path: root/basicsuite/About Qt on Android/QtForAndroid.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-03-20 16:46:39 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2013-03-20 16:46:39 +0100
commit14f3db5ccd9edd72b14dbe650fd93cfeb971e998 (patch)
tree3dc60fb17cb80b5eda9d30c4fe9a175da0c1d1e9 /basicsuite/About Qt on Android/QtForAndroid.qml
parent2e6e329dcda94df2976c469ef81f810132ec3f8f (diff)
Updates from the launcher repo
Diffstat (limited to 'basicsuite/About Qt on Android/QtForAndroid.qml')
-rw-r--r--basicsuite/About Qt on Android/QtForAndroid.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/About Qt on Android/QtForAndroid.qml b/basicsuite/About Qt on Android/QtForAndroid.qml
index d0c9d97..a1ab010 100644
--- a/basicsuite/About Qt on Android/QtForAndroid.qml
+++ b/basicsuite/About Qt on Android/QtForAndroid.qml
@@ -30,7 +30,7 @@ Column {
Column {
id: diagram
spacing: 1
- width: parent.width * 0.8
+ width: parent.width * 0.66
anchors.horizontalCenter: parent.horizontalCenter
Box { text: "Application"; accentColor: "coral" }
Box { text: "Qt for Android"; accentColor: Qt.rgba(0.64, 0.82, 0.15) }