menubutton fix (left grey line) + twitter design fix

This commit is contained in:
marcin 2014-07-07 19:30:59 +02:00
parent 3eabd0f30b
commit 202da4caf9
2 changed files with 11 additions and 2 deletions

View file

@ -44,6 +44,15 @@ Rectangle {
} }
} }
Rectangle {
anchors.left: parent.left
anchors.top: parent.top
anchors.bottom: parent.bottom
width: 1
color: "#DBDBDB"
visible: parent.checked
}
Image { Image {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right anchors.right: parent.right

View file

@ -81,7 +81,7 @@ Item {
function add(obj) { model.insert(0, obj) } function add(obj) { model.insert(0, obj) }
delegate: Rectangle { delegate: Rectangle {
height: 98 height: 88
width: listView.width width: listView.width
Text { Text {
@ -89,7 +89,7 @@ Item {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: parent.top anchors.top: parent.top
anchors.topMargin: 16 anchors.topMargin: 11
elide: Text.ElideRight elide: Text.ElideRight
font.family: "Arial" font.family: "Arial"
font.pixelSize: 18 font.pixelSize: 18