aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/CheckBox.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml
index 671807f0..1b475983 100644
--- a/components/CheckBox.qml
+++ b/components/CheckBox.qml
@@ -49,8 +49,10 @@ Item {
property alias fontColor: label.color
property bool iconOnTheLeft: true
signal clicked()
+
height: 25
width: checkBoxLayout.width
+ opacity: enabled ? 1 : 0.7
function toggle(){
if (checkBox.toggleOnClick) {