aboutsummaryrefslogtreecommitdiff
path: root/components/CheckBox.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-12-07 16:35:42 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:01 +0100
commitaf9e4e86f0bb4f63fbf516fd5b984a58668495a8 (patch)
tree3c2abf5fab58ba06522bc5090e6ab854432e90d7 /components/CheckBox.qml
parent5028491ab3791673fbb21abdeec978da83f222ee (diff)
downloadmonzero-gui-af9e4e86f0bb4f63fbf516fd5b984a58668495a8.tar.gz
monzero-gui-af9e4e86f0bb4f63fbf516fd5b984a58668495a8.tar.xz
monzero-gui-af9e4e86f0bb4f63fbf516fd5b984a58668495a8.zip
Replacing checkbox, using default values from component
Diffstat (limited to 'components/CheckBox.qml')
-rw-r--r--components/CheckBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml
index 4ca687b4..8486eedc 100644
--- a/components/CheckBox.qml
+++ b/components/CheckBox.qml
@@ -32,7 +32,7 @@ import QtQuick.Layouts 1.1
RowLayout {
id: checkBox
property alias text: label.text
- property string checkedIcon
+ property string checkedIcon: "../images/checkedIcon-black.png"
property string uncheckedIcon
property bool checked: false
property alias background: backgroundRect.color