mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 18:17:25 -04:00
Replace violet checkbox mark with a black one
This commit is contained in:
committed by
moneromooo-monero
parent
408878290e
commit
6e503cd0e2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user