fix typo so padding can be accessed

pull/913/head
Justin Wang 1 year ago committed by AT
parent aeba3942b1
commit 21e6197503

@ -13,7 +13,7 @@ CheckBox {
indicator: Rectangle {
implicitWidth: 26
implicitHeight: 26
x: saveChatsBox.leftPadding
x: myCheckBox.leftPadding
y: parent.height / 2 - height / 2
border.color: theme.dialogBorder
color: "transparent"

Loading…
Cancel
Save