diff options
Diffstat (limited to 'components')
| -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 |
