diff options
Diffstat (limited to 'components/CheckBox.qml')
| -rw-r--r-- | components/CheckBox.qml | 2 |
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 |
