mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
commit
ea7fab6efe
@ -248,14 +248,9 @@ ColumnLayout {
|
||||
+ translationManager.emptyString
|
||||
}
|
||||
|
||||
TextInput {
|
||||
LineEdit {
|
||||
Layout.fillWidth: true
|
||||
id: fileUrlInput
|
||||
clip: true
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 18
|
||||
color: "#6B0072"
|
||||
selectByMouse: true
|
||||
text: moneroAccountsDir + "/"
|
||||
// workaround for the bug "filechooser only opens once"
|
||||
MouseArea {
|
||||
|
@ -285,7 +285,7 @@ Item {
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
text: qsTr("Testnet") + translationManager.emptyString
|
||||
background: "#F0EEEE"
|
||||
background: "#FFFFFF"
|
||||
fontColor: "#4A4646"
|
||||
fontSize: 16
|
||||
checkedIcon: "../images/checkedVioletIcon.png"
|
||||
|
Loading…
Reference in New Issue
Block a user