From 202da4caf9b3b26eda353016bc9f6fc9f2694ae6 Mon Sep 17 00:00:00 2001 From: marcin Date: Mon, 7 Jul 2014 19:30:59 +0200 Subject: [PATCH] menubutton fix (left grey line) + twitter design fix --- components/MenuButton.qml | 9 +++++++++ tabs/Twitter.qml | 4 ++-- 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