Added new checkbox checked icon

This commit is contained in:
Sander Ferdinand
2017-12-07 16:22:30 +01:00
committed by moneromooo-monero
parent 5cd38c5aa7
commit 5028491ab3
3 changed files with 4 additions and 5 deletions

View File

@@ -399,8 +399,7 @@ Rectangle {
persistentSettings.transferShowAdvanced = !persistentSettings.transferShowAdvanced
}
text: qsTr("Show advanced options") + translationManager.emptyString
checkedIcon: "../images/checkedVioletIcon.png"
uncheckedIcon: "../images/uncheckedIcon.png"
checkedIcon: "../images/checkedIcon-black.png"
}
}