From 202da4caf9b3b26eda353016bc9f6fc9f2694ae6 Mon Sep 17 00:00:00 2001 From: marcin Date: Mon, 7 Jul 2014 19:30:59 +0200 Subject: menubutton fix (left grey line) + twitter design fix --- components/MenuButton.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'components/MenuButton.qml') 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 -- cgit v1.2.3