aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2012-03-13 12:47:30 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2012-03-15 12:56:22 +0100
commit8beb42dec6889b12b7230ee26aae37a194c78b65 (patch)
tree568a8395028249d8b6690537c03bb7ae073de09e /share
parentb2760bf2efed28cf2c2c93fbf1528ddfa473acf5 (diff)
WelcomePage: adjust spacings
Change-Id: I920d763524f77b20518d26a46a11a3a3b0a131bd Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/welcomescreen/widgets/SessionItem.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/SessionItem.qml b/share/qtcreator/welcomescreen/widgets/SessionItem.qml
index ef5651e88e..fb660c7ec3 100644
--- a/share/qtcreator/welcomescreen/widgets/SessionItem.qml
+++ b/share/qtcreator/welcomescreen/widgets/SessionItem.qml
@@ -115,6 +115,7 @@ Item {
}
Column {
+ y: -4
x: parent.margin + 8
//y: parent.margin
id: innerColumn
@@ -149,7 +150,7 @@ Item {
wrapMode: Text.WrapAnywhere
maximumLineCount: 2
elide: Text.ElideRight
- height: font.pixelSize * 2 + 4
+ height: lineCount == 2 ? font.pixelSize * 2 + 4 : font.pixelSize + 2
color: "#6b6b6b"
width: delegate.ListView.view.width - 48
MouseArea {
@@ -220,7 +221,6 @@ Item {
}
Item {
-
x: delegate.ListView.view.width - 65
width: 38
height: 20