diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-07 16:35:42 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | af9e4e86f0bb4f63fbf516fd5b984a58668495a8 (patch) | |
| tree | 3c2abf5fab58ba06522bc5090e6ab854432e90d7 /components | |
| parent | 5028491ab3791673fbb21abdeec978da83f222ee (diff) | |
| download | monzero-gui-af9e4e86f0bb4f63fbf516fd5b984a58668495a8.tar.gz monzero-gui-af9e4e86f0bb4f63fbf516fd5b984a58668495a8.tar.xz monzero-gui-af9e4e86f0bb4f63fbf516fd5b984a58668495a8.zip | |
Replacing checkbox, using default values from component
Diffstat (limited to 'components')
| -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 |
