Merge pull request #3329

3c27c57 CheckBox: change opacity to 70% in disabled state (xiphon)
This commit is contained in:
luigi1111 2021-02-18 15:02:07 -05:00
commit a7f5b44488
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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) {