WelcomePage: adjust spacings

Change-Id: I920d763524f77b20518d26a46a11a3a3b0a131bd
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-03-13 12:47:30 +01:00
parent b2760bf2ef
commit 8beb42dec6

View File

@@ -115,6 +115,7 @@ Item {
} }
Column { Column {
y: -4
x: parent.margin + 8 x: parent.margin + 8
//y: parent.margin //y: parent.margin
id: innerColumn id: innerColumn
@@ -149,7 +150,7 @@ Item {
wrapMode: Text.WrapAnywhere wrapMode: Text.WrapAnywhere
maximumLineCount: 2 maximumLineCount: 2
elide: Text.ElideRight elide: Text.ElideRight
height: font.pixelSize * 2 + 4 height: lineCount == 2 ? font.pixelSize * 2 + 4 : font.pixelSize + 2
color: "#6b6b6b" color: "#6b6b6b"
width: delegate.ListView.view.width - 48 width: delegate.ListView.view.width - 48
MouseArea { MouseArea {
@@ -220,7 +221,6 @@ Item {
} }
Item { Item {
x: delegate.ListView.view.width - 65 x: delegate.ListView.view.width - 65
width: 38 width: 38
height: 20 height: 20