EffectMaker: Limit hovering and clicking the CheckBox to its area

Fixes: QDS-11485
Change-Id: Ia7b719e7e2210a4af8a7935780dead6bacc1f104
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
Mahmoud Badri
2024-01-19 12:17:55 +02:00
parent 2a34e0ae47
commit c512c9b91d

View File

@@ -10,4 +10,5 @@ StudioControls.CheckBox {
actionIndicatorVisible: false actionIndicatorVisible: false
checked: uniformValue checked: uniformValue
onToggled: uniformValue = checked onToggled: uniformValue = checked
width: height // limit hovering and clicking the CheckBox to its area
} }