summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-26 14:07:59 +0300
committerKalle Viironen <kalle.viironen@digia.com>2014-06-26 17:38:57 +0300
commit61cbe63fba9e03ee9b65a1ada0792579e0562815 (patch)
tree506234afe2fd2e8cd411c8a60143b3bb9890c640 /basicsuite
parent2feac635797f95006ce9487a8de9c77a880c9983 (diff)
about: fit text properly to the box
Did not look good in smaller resolution Change-Id: Id7e33d9e1b06a13282d0ca82c017ff860f0cf312 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/about-b2qt/AboutBoot2Qt.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/about-b2qt/AboutBoot2Qt.qml b/basicsuite/about-b2qt/AboutBoot2Qt.qml
index 1c60bc3..4f3b40f 100644
--- a/basicsuite/about-b2qt/AboutBoot2Qt.qml
+++ b/basicsuite/about-b2qt/AboutBoot2Qt.qml
@@ -86,7 +86,7 @@ Column {
spacing: 10
width: parent.width
- Box{ text: "Complete Development Environment\nwith Qt Creator IDE";
+ Box{ text: "Complete\nDevelopment Environment\nwith Qt Creator IDE";
width: (row1.width - row1.spacing) / 2; height: column1.height; accentColor: qtmediumgreen }
Column {