Merge pull request #557

e4a1143 Add testnet label (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-18 11:43:50 +02:00
commit e4aa338869
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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