diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-12-03 22:26:51 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-12-03 22:26:51 -0600 |
| commit | 619661a61db7e268034e233b4bc81d0891af7029 (patch) | |
| tree | 9420715458274a5385dfd14cef3f7a833e8a9a96 /MiddlePanel.qml | |
| parent | 457b1dee49a592619f5a339730921e18f46847a7 (diff) | |
| parent | c06cb5cc58c7c275a23f67f998656aa891da3f66 (diff) | |
| download | monzero-gui-619661a61db7e268034e233b4bc81d0891af7029.tar.gz monzero-gui-619661a61db7e268034e233b4bc81d0891af7029.tar.xz monzero-gui-619661a61db7e268034e233b4bc81d0891af7029.zip | |
Merge pull request #2527
c06cb5c MiddlePanel: remove color stripe for consistency (selsta)
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 4bb9ec4c..abb24f50 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -168,23 +168,6 @@ Rectangle { } ] - // color stripe at the top - Row { - id: styledRow - visible: currentView !== merchantView - height: 4 - anchors.top: parent.top - anchors.left: parent.left - anchors.right: parent.right - z: parent.z + 1 - - Rectangle { height: 4; width: parent.width / 5; color: "#FFE00A" } - Rectangle { height: 4; width: parent.width / 5; color: "#6B0072" } - Rectangle { height: 4; width: parent.width / 5; color: "#FF6C3C" } - Rectangle { height: 4; width: parent.width / 5; color: "#FFD781" } - Rectangle { height: 4; width: parent.width / 5; color: "#FF4F41" } - } - ColumnLayout { anchors.fill: parent anchors.margins: { @@ -253,7 +236,7 @@ Rectangle { Rectangle { id: borderLeft visible: middlePanel.state !== "Merchant" - anchors.top: styledRow.bottom + anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: parent.left width: 1 |
