aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2011-07-22 11:15:46 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2011-07-22 15:11:13 +0200
commitbcb2965d0936979825275621639e6b24f96bd4fd (patch)
treee97f24946e2b7941bec05b0183411a174c7d1fd7 /share
parentb7090ef24b9b67820b018c0b2bc6fa244a968e8d (diff)
Wrap "Click here for more" label.
In case other languages show longer text. Change-Id: Ied7ddc40d43f8c5c473345ee30d2ca63662a25e6 Reviewed-on: http://codereview.qt.nokia.com/2025 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/welcomescreen/widgets/NewsListing.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/NewsListing.qml b/share/qtcreator/welcomescreen/widgets/NewsListing.qml
index 1483a42f3d8..033ce7ce8bd 100644
--- a/share/qtcreator/welcomescreen/widgets/NewsListing.qml
+++ b/share/qtcreator/welcomescreen/widgets/NewsListing.qml
@@ -138,6 +138,7 @@ Item {
font.italic: true;
wrapMode: Text.WrapAtWordBoundaryOrAnywhere;
textFormat: Text.RichText
+ width: parent.width-10
}
}
Components.QStyleItem {