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 {
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right