aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardOptions.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-27 21:45:16 +0200
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commit6e503cd0e2a18dda13aa8f79786efc6c6c68eee4 (patch)
treeacfa7c87c3c4e1db4afbba35b8df7aed65c18fe2 /wizard/WizardOptions.qml
parent408878290e848f02f942d3d698d4d038a797d181 (diff)
downloadmonzero-gui-6e503cd0e2a18dda13aa8f79786efc6c6c68eee4.tar.gz
monzero-gui-6e503cd0e2a18dda13aa8f79786efc6c6c68eee4.tar.xz
monzero-gui-6e503cd0e2a18dda13aa8f79786efc6c6c68eee4.zip
Replace violet checkbox mark with a black one
Diffstat (limited to 'wizard/WizardOptions.qml')
-rw-r--r--wizard/WizardOptions.qml4
1 files changed, 2 insertions, 2 deletions
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: {