diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-07 19:30:59 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-07 19:30:59 +0200 |
| commit | 202da4caf9b3b26eda353016bc9f6fc9f2694ae6 (patch) | |
| tree | 8467912e74a5849e88e0faa233f24ffab6af9055 /components/MenuButton.qml | |
| parent | 3eabd0f30bf0a60c2f20c8ac93e2273bb293ed1a (diff) | |
| download | monzero-gui-202da4caf9b3b26eda353016bc9f6fc9f2694ae6.tar.gz monzero-gui-202da4caf9b3b26eda353016bc9f6fc9f2694ae6.tar.xz monzero-gui-202da4caf9b3b26eda353016bc9f6fc9f2694ae6.zip | |
menubutton fix (left grey line) + twitter design fix
Diffstat (limited to 'components/MenuButton.qml')
| -rw-r--r-- | components/MenuButton.qml | 9 |
1 files changed, 9 insertions, 0 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 |
