From 9347e8d936175703227b26c3f979c07cdee4b147 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Mon, 13 Nov 2017 00:36:41 +0100 Subject: [PATCH] Changed some colors & margins for LeftPanel --- LeftPanel.qml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/LeftPanel.qml b/LeftPanel.qml index d3ca0dca..a9fe715e 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -85,7 +85,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - anchors.topMargin: (persistentSettings.customDecorations)? 56 : 36 + anchors.topMargin: (persistentSettings.customDecorations)? 76 : 56 Row { visible: true @@ -147,7 +147,7 @@ Rectangle { id: testnetLabel visible: persistentSettings.testnet text: qsTr("Testnet") + translationManager.emptyString - anchors.top: logo.bottom + anchors.top: unlockedBalanceText.bottom anchors.topMargin: 5 anchors.left: parent.left anchors.leftMargin: 50 @@ -257,7 +257,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: dashboardButton.checked || transferButton.checked ? "#1C1C1C" : "#505050" + color: dashboardButton.checked || transferButton.checked ? "#1C1C1C" : "#313131" height: 1 } */ @@ -283,7 +283,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } @@ -309,7 +309,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } @@ -332,7 +332,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } @@ -356,7 +356,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } @@ -378,7 +378,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } @@ -404,7 +404,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: miningButton.checked || settingsButton.checked ? "#1C1C1C" : "#505050" + color: miningButton.checked || settingsButton.checked ? "#1C1C1C" : "#313131" height: 1 } // ------------- TxKey tab --------------- @@ -450,7 +450,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } @@ -475,7 +475,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } // ------------- Settings tab --------------- @@ -497,7 +497,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 } // ------------- Sign/verify tab --------------- @@ -520,7 +520,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: "#505050" + color: "#313131" height: 1 }