diff options
| author | Matthias Tarasiewicz <parasew@gmail.com> | 2017-03-25 17:22:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-25 17:22:13 +0100 |
| commit | 0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (patch) | |
| tree | f42099f728a988942bacab1014505e67ce7d26d3 /LeftPanel.qml | |
| parent | 6e381c38578ab130a9991189887ba68397e2bfad (diff) | |
| parent | 12573652a0a5836938b02a2308098929fdf06ab4 (diff) | |
| download | monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.gz monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.xz monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.zip | |
Merge branch 'master' into patch-1
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 72279c3b..043ce9e1 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 @@ -204,7 +216,7 @@ Rectangle { anchors.right: parent.right anchors.bottom: parent.bottom anchors.top: column1.bottom - anchors.topMargin: 50 + anchors.topMargin: 25 color: "#1C1C1C" Column { |
