diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-28 21:12:00 +0200 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:05 +0100 |
| commit | 011e30132417a92b9b0733435a9d92cb48292c3a (patch) | |
| tree | fd0fec2066a24d44c99d486d2c071dacbb964034 /LeftPanel.qml | |
| parent | fb6b467dcb638161bf3eef1697aade3ee1ff75fb (diff) | |
| download | monzero-gui-011e30132417a92b9b0733435a9d92cb48292c3a.tar.gz monzero-gui-011e30132417a92b9b0733435a9d92cb48292c3a.tar.xz monzero-gui-011e30132417a92b9b0733435a9d92cb48292c3a.zip | |
Turn the SharedRing page black
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index b9577591..3136a5c2 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -467,7 +467,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } // ------------- Shared RingDB tab --------------- |
