From 6e503cd0e2a18dda13aa8f79786efc6c6c68eee4 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Tue, 27 Mar 2018 21:45:16 +0200 Subject: Replace violet checkbox mark with a black one --- images/checkedBlackIcon.png | Bin 0 -> 15055 bytes qml.qrc | 1 + wizard/WizardDaemonSettings.qml | 2 +- wizard/WizardOptions.qml | 4 ++-- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100755 images/checkedBlackIcon.png diff --git a/images/checkedBlackIcon.png b/images/checkedBlackIcon.png new file mode 100755 index 00000000..d73b70bf Binary files /dev/null and b/images/checkedBlackIcon.png differ diff --git a/qml.qrc b/qml.qrc index 0be96187..8f00900f 100644 --- a/qml.qrc +++ b/qml.qrc @@ -204,5 +204,6 @@ components/CheckBox2.qml js/TxUtils.js images/warning.png + images/checkedBlackIcon.png diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index ac19aa87..69947f74 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -124,7 +124,7 @@ ColumnLayout { CheckBox { id: localNode text: qsTr("Start a node automatically in background (recommended)") + translationManager.emptyString - checkedIcon: "../images/checkedVioletIcon.png" + checkedIcon: "../images/checkedBlackIcon.png" background: "#FFFFFF" fontColor: "#4A4646" fontSize: 16 * scaleRatio diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index 3579f147..ef9a4d1c 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -248,7 +248,7 @@ ColumnLayout { background: "#FFFFFF" fontColor: "#4A4646" fontSize: 16 * scaleRatio - checkedIcon: "../images/checkedVioletIcon.png" + checkedIcon: "../images/checkedBlackIcon.png" uncheckedIcon: "../images/uncheckedIcon.png" checked: appWindow.persistentSettings.nettype == NetworkType.TESTNET; onClicked: { @@ -267,7 +267,7 @@ ColumnLayout { background: "#FFFFFF" fontColor: "#4A4646" fontSize: 16 * scaleRatio - checkedIcon: "../images/checkedVioletIcon.png" + checkedIcon: "../images/checkedBlackIcon.png" uncheckedIcon: "../images/uncheckedIcon.png" checked: appWindow.persistentSettings.nettype == NetworkType.STAGENET; onClicked: { -- cgit v1.2.3