diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-12 19:43:40 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:03:59 +0100 |
| commit | c64977a7db61d5f4ce6215d364952bf41028f639 (patch) | |
| tree | 054d871c25147d705394c2219c4711b5190c1599 | |
| parent | f362953afc1ffb5c029c280254b163531c02b80b (diff) | |
| download | monzero-gui-c64977a7db61d5f4ce6215d364952bf41028f639.tar.gz monzero-gui-c64977a7db61d5f4ce6215d364952bf41028f639.tar.xz monzero-gui-c64977a7db61d5f4ce6215d364952bf41028f639.zip | |
Removing some obsolete rectangles
| -rw-r--r-- | LeftPanel.qml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 173b9c24..d3ca0dca 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -209,30 +209,12 @@ Rectangle { } Rectangle { - anchors.top: parent.top - anchors.left: parent.left - anchors.bottom: menuRect.top - width: 1 - color: "#DBDBDB" - } - - Rectangle { - anchors.left: parent.left - anchors.right: parent.right - anchors.top: parent.top - height: 1 - color: "#DBDBDB" - } - - - - Rectangle { id: menuRect anchors.left: parent.left anchors.right: parent.right anchors.bottom: parent.bottom anchors.top: (isMobile)? parent.top : column1.bottom - anchors.topMargin: (isMobile)? 0 : 25 + anchors.topMargin: (isMobile)? 0 : 4 color: "#1C1C1C" |
