From 2b24c91bc58ad1f80eb5f07a995458d60401814e Mon Sep 17 00:00:00 2001 From: Roy Jacobs Date: Tue, 14 Mar 2017 15:05:47 +0100 Subject: Add missing, fix and improve translations --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index 72279c3b..d0e4c098 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -204,7 +204,7 @@ Rectangle { anchors.right: parent.right anchors.bottom: parent.bottom anchors.top: column1.bottom - anchors.topMargin: 50 + anchors.topMargin: 25 color: "#1C1C1C" Column { -- cgit v1.2.3 From e4a114321f6481b8c78d5b9d88a4da3576b63d20 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 16 Mar 2017 17:02:57 +0100 Subject: Add testnet label --- LeftPanel.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index 72279c3b..d2aae480 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -86,6 +86,18 @@ Rectangle { source: "images/moneroLogo.png" } + Text { + id: testnetLabel + visible: persistentSettings.testnet + text: qsTr("Testnet") + translationManager.emptyString + anchors.top: logo.bottom + anchors.topMargin: 5 + anchors.left: parent.left + anchors.leftMargin: 50 + font.bold: true + color: "red" + } + /* Disable twitter/news panel Image { anchors.left: parent.left -- cgit v1.2.3