aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardManageWalletUI.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-02-05 20:22:50 +0100
committerJaquee <jaquee.monero@gmail.com>2017-02-05 20:24:16 +0100
commit16be0ee344988d2628afda7db2b6346bc52adcb8 (patch)
treec76c82deb7165e2f9663c468712a315c88a974fb /wizard/WizardManageWalletUI.qml
parent979acf774a559745ef0be3ca41445385f9ecf698 (diff)
downloadmonzero-gui-16be0ee344988d2628afda7db2b6346bc52adcb8.tar.gz
monzero-gui-16be0ee344988d2628afda7db2b6346bc52adcb8.tar.xz
monzero-gui-16be0ee344988d2628afda7db2b6346bc52adcb8.zip
wizard: field bg color
Diffstat (limited to 'wizard/WizardManageWalletUI.qml')
-rw-r--r--wizard/WizardManageWalletUI.qml7
1 files changed, 1 insertions, 6 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 {