Replace violet checkbox mark with a black one

This commit is contained in:
Sander Ferdinand
2018-03-27 21:45:16 +02:00
committed by moneromooo-monero
parent 408878290e
commit 6e503cd0e2
4 changed files with 4 additions and 3 deletions

BIN
images/checkedBlackIcon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -204,5 +204,6 @@
<file>components/CheckBox2.qml</file> <file>components/CheckBox2.qml</file>
<file>js/TxUtils.js</file> <file>js/TxUtils.js</file>
<file>images/warning.png</file> <file>images/warning.png</file>
<file>images/checkedBlackIcon.png</file>
</qresource> </qresource>
</RCC> </RCC>

View File

@@ -124,7 +124,7 @@ ColumnLayout {
CheckBox { CheckBox {
id: localNode id: localNode
text: qsTr("Start a node automatically in background (recommended)") + translationManager.emptyString text: qsTr("Start a node automatically in background (recommended)") + translationManager.emptyString
checkedIcon: "../images/checkedVioletIcon.png" checkedIcon: "../images/checkedBlackIcon.png"
background: "#FFFFFF" background: "#FFFFFF"
fontColor: "#4A4646" fontColor: "#4A4646"
fontSize: 16 * scaleRatio fontSize: 16 * scaleRatio

View File

@@ -248,7 +248,7 @@ ColumnLayout {
background: "#FFFFFF" background: "#FFFFFF"
fontColor: "#4A4646" fontColor: "#4A4646"
fontSize: 16 * scaleRatio fontSize: 16 * scaleRatio
checkedIcon: "../images/checkedVioletIcon.png" checkedIcon: "../images/checkedBlackIcon.png"
uncheckedIcon: "../images/uncheckedIcon.png" uncheckedIcon: "../images/uncheckedIcon.png"
checked: appWindow.persistentSettings.nettype == NetworkType.TESTNET; checked: appWindow.persistentSettings.nettype == NetworkType.TESTNET;
onClicked: { onClicked: {
@@ -267,7 +267,7 @@ ColumnLayout {
background: "#FFFFFF" background: "#FFFFFF"
fontColor: "#4A4646" fontColor: "#4A4646"
fontSize: 16 * scaleRatio fontSize: 16 * scaleRatio
checkedIcon: "../images/checkedVioletIcon.png" checkedIcon: "../images/checkedBlackIcon.png"
uncheckedIcon: "../images/uncheckedIcon.png" uncheckedIcon: "../images/uncheckedIcon.png"
checked: appWindow.persistentSettings.nettype == NetworkType.STAGENET; checked: appWindow.persistentSettings.nettype == NetworkType.STAGENET;
onClicked: { onClicked: {