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