diff options
| author | selsta <selsta@sent.at> | 2019-01-10 09:45:41 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-01-10 11:10:48 +0100 |
| commit | 38401262cf91e1bcb11807e08d99977e5bdd3520 (patch) | |
| tree | 84d813b26a3d1ab2a5c3fc657941cc2eed97691b /MiddlePanel.qml | |
| parent | 36eb1f80e1c070f753746519e2c9e4f01784f6c2 (diff) | |
| download | monzero-gui-38401262cf91e1bcb11807e08d99977e5bdd3520.tar.gz monzero-gui-38401262cf91e1bcb11807e08d99977e5bdd3520.tar.xz monzero-gui-38401262cf91e1bcb11807e08d99977e5bdd3520.zip | |
merchant: hide color stripe
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 69d14d0f..ea2744de 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -169,6 +169,7 @@ Rectangle { // color stripe at the top Row { id: styledRow + visible: currentView !== merchantView height: 4 anchors.top: parent.top anchors.left: parent.left |
