From 38401262cf91e1bcb11807e08d99977e5bdd3520 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 10 Jan 2019 09:45:41 +0100 Subject: [PATCH] merchant: hide color stripe --- MiddlePanel.qml | 1 + 1 file changed, 1 insertion(+) 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