From 4c432000cb67c4bad7bc91cbf19202f91ac9528f Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Mon, 13 Nov 2017 00:11:55 +0100 Subject: [PATCH] Removing borders; changing left-border color --- MiddlePanel.qml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 38c9bb2c..6cac3f10 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -212,30 +212,14 @@ Rectangle { }// flickable } + // border - Rectangle { - anchors.top: styledRow.bottom - anchors.bottom: parent.bottom - anchors.right: parent.right - width: 1 - color: "#DBDBDB" - } - Rectangle { anchors.top: styledRow.bottom anchors.bottom: parent.bottom anchors.left: parent.left width: 1 - color: "#DBDBDB" - } - - Rectangle { - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - height: 1 - color: "#DBDBDB" - + color: "#313131" } /* connect "payment" click */