Remove checkbox default padding
This commit is contained in:
parent
455801a641
commit
f5fde35482
@ -6,10 +6,7 @@ import "../utils.js" as Utils
|
|||||||
CheckBox {
|
CheckBox {
|
||||||
id: box
|
id: box
|
||||||
spacing: theme.spacing
|
spacing: theme.spacing
|
||||||
leftPadding: spacing / 1.5
|
padding: 0
|
||||||
rightPadding: spacing / 1.5
|
|
||||||
topPadding: spacing / 2
|
|
||||||
bottomPadding: spacing / 2
|
|
||||||
opacity: enabled ? 1 : theme.disabledElementsOpacity
|
opacity: enabled ? 1 : theme.disabledElementsOpacity
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user