diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-02-08 12:44:24 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-02-08 12:44:24 +0200 |
| commit | ea7fab6efeb4367f18b44dbefc9f565b55120e5f (patch) | |
| tree | 2cc3027d4e07f4de5eb56ecf97e543d6a639f207 | |
| parent | 1869e81883991be15e5754f2320021d6f28130bc (diff) | |
| parent | 16be0ee344988d2628afda7db2b6346bc52adcb8 (diff) | |
| download | monzero-gui-ea7fab6efeb4367f18b44dbefc9f565b55120e5f.tar.gz monzero-gui-ea7fab6efeb4367f18b44dbefc9f565b55120e5f.tar.xz monzero-gui-ea7fab6efeb4367f18b44dbefc9f565b55120e5f.zip | |
Merge pull request #464
16be0ee wizard: field bg color (Jaquee)
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 7 | ||||
| -rw-r--r-- | wizard/WizardOptions.qml | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index 9ad80451..ae997173 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -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 { diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index 622f9adb..aced4213 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -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" |
