aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/MenuButton.qml9
-rw-r--r--tabs/Twitter.qml4
2 files changed, 11 insertions, 2 deletions
diff --git a/components/MenuButton.qml b/components/MenuButton.qml
index 59bd20c9..38e63c92 100644
--- a/components/MenuButton.qml
+++ b/components/MenuButton.qml
@@ -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
diff --git a/tabs/Twitter.qml b/tabs/Twitter.qml
index 03c9be81..91ec2652 100644
--- a/tabs/Twitter.qml
+++ b/tabs/Twitter.qml
@@ -81,7 +81,7 @@ Item {
function add(obj) { model.insert(0, obj) }
delegate: Rectangle {
- height: 98
+ height: 88
width: listView.width
Text {
@@ -89,7 +89,7 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
- anchors.topMargin: 16
+ anchors.topMargin: 11
elide: Text.ElideRight
font.family: "Arial"
font.pixelSize: 18