CheckBox: use Font Awesome plus/minus icons, remove unused images

This commit is contained in:
xiphon
2019-11-25 05:52:13 +00:00
parent 2f5c47e95f
commit 0daf2aacf5
13 changed files with 24 additions and 22 deletions

View File

@@ -284,8 +284,9 @@ Rectangle {
MoneroComponents.CheckBox {
id: addNewEntryCheckbox
border: false
checkedIcon: "qrc:///images/plus-in-circle-medium-white.png"
uncheckedIcon: "qrc:///images/plus-in-circle-medium-white.png"
uncheckedIcon: FontAwesome.plusCircle
toggleOnClick: false
fontAwesomeIcons: true
fontSize: 16
iconOnTheLeft: true
Layout.fillWidth: true