aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-13 00:36:41 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:03:59 +0100
commit9347e8d936175703227b26c3f979c07cdee4b147 (patch)
tree5220a4c7c509b58190974905fb91a7a3f71808cb /LeftPanel.qml
parentf6dc84a26adf26689a261c34292dcfa12e8b75f6 (diff)
downloadmonzero-gui-9347e8d936175703227b26c3f979c07cdee4b147.tar.gz
monzero-gui-9347e8d936175703227b26c3f979c07cdee4b147.tar.xz
monzero-gui-9347e8d936175703227b26c3f979c07cdee4b147.zip
Changed some colors & margins for LeftPanel
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml26
1 files 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
}