Remove checkbox default padding

This commit is contained in:
miruka 2019-12-08 03:49:07 -04:00
parent 455801a641
commit f5fde35482

View File

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