diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-01-28 00:14:42 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 49770494251a318da37849f1c628f25edaf94483 (patch) | |
| tree | 59102bc024ced24aa836ae392f3a98712a09e461 /wizard/WizardDaemonSettings.qml | |
| parent | 53b5b7a5c7a7894c04bdedad345f733be1dd34b7 (diff) | |
| download | monzero-gui-49770494251a318da37849f1c628f25edaf94483.tar.gz monzero-gui-49770494251a318da37849f1c628f25edaf94483.tar.xz monzero-gui-49770494251a318da37849f1c628f25edaf94483.zip | |
Fixes some fonts, introduces a new checkbox and fixes 0 amount history entries
Diffstat (limited to 'wizard/WizardDaemonSettings.qml')
| -rw-r--r-- | wizard/WizardDaemonSettings.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index c94beaa8..f7142468 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -144,6 +144,7 @@ ColumnLayout { Layout.fillWidth: true Layout.topMargin: 20 * scaleRatio fontSize: 14 * scaleRatio + fontColor: "black" text: qsTr("Blockchain location") + translationManager.emptyString } LineEdit { |
