mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
wizard: field bg color
This commit is contained in:
parent
979acf774a
commit
16be0ee344
2 changed files with 2 additions and 7 deletions
|
@ -248,14 +248,9 @@ ColumnLayout {
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
TextInput {
|
LineEdit {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
id: fileUrlInput
|
id: fileUrlInput
|
||||||
clip: true
|
|
||||||
font.family: "Arial"
|
|
||||||
font.pixelSize: 18
|
|
||||||
color: "#6B0072"
|
|
||||||
selectByMouse: true
|
|
||||||
text: moneroAccountsDir + "/"
|
text: moneroAccountsDir + "/"
|
||||||
// workaround for the bug "filechooser only opens once"
|
// workaround for the bug "filechooser only opens once"
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
|
@ -285,7 +285,7 @@ Item {
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
text: qsTr("Testnet") + translationManager.emptyString
|
text: qsTr("Testnet") + translationManager.emptyString
|
||||||
background: "#F0EEEE"
|
background: "#FFFFFF"
|
||||||
fontColor: "#4A4646"
|
fontColor: "#4A4646"
|
||||||
fontSize: 16
|
fontSize: 16
|
||||||
checkedIcon: "../images/checkedVioletIcon.png"
|
checkedIcon: "../images/checkedVioletIcon.png"
|
||||||
|
|
Loading…
Reference in a new issue