forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user