diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-16 18:40:09 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:00 +0100 |
| commit | 5fdc9d894eb5a0937e5900ac72d0f78fb75a6154 (patch) | |
| tree | fdca76ed44602cfda8703a2358a18f8d8056eac3 /LeftPanel.qml | |
| parent | ad68107e1b712ba00a51b1706a9402a7d36862e2 (diff) | |
| download | monzero-gui-5fdc9d894eb5a0937e5900ac72d0f78fb75a6154.tar.gz monzero-gui-5fdc9d894eb5a0937e5900ac72d0f78fb75a6154.tar.xz monzero-gui-5fdc9d894eb5a0937e5900ac72d0f78fb75a6154.zip | |
New menu button layout - implemented arrow thingy
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 678cbef3..faf55a6d 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -289,6 +289,14 @@ Rectangle { } */ + // top border + Rectangle { + anchors.left: parent.left + anchors.right: parent.right + anchors.leftMargin: 16 + color: "#313131" + height: 1 + } // ------------- Transfer tab --------------- MenuButton { |
