diff options
| author | MaxXor <admin@maxxor.org> | 2017-09-17 18:29:41 +0200 |
|---|---|---|
| committer | MaxXor <admin@maxxor.org> | 2017-09-17 18:29:41 +0200 |
| commit | 3c46d6d1bd8a1b6c54cbc18f41d09ffc52273698 (patch) | |
| tree | 0faa368805094a31e2c45346a2c23c13be2c7454 | |
| parent | c68c31777693ae75b59c0d24c44195a97bbf0c1c (diff) | |
| download | monzero-gui-3c46d6d1bd8a1b6c54cbc18f41d09ffc52273698.tar.gz monzero-gui-3c46d6d1bd8a1b6c54cbc18f41d09ffc52273698.tar.xz monzero-gui-3c46d6d1bd8a1b6c54cbc18f41d09ffc52273698.zip | |
Add separator below Settings menu button
| -rw-r--r-- | LeftPanel.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 4c47c897..0368063e 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -477,6 +477,14 @@ Rectangle { panel.settingsClicked() } } + Rectangle { + visible: settingsButton.present + anchors.left: parent.left + anchors.right: parent.right + anchors.leftMargin: 16 + color: "#505050" + height: 1 + } } |
