forked from qt-creator/qt-creator
WelcomePage: adjust spacings
Change-Id: I920d763524f77b20518d26a46a11a3a3b0a131bd Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user