aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-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