fix typo so padding can be accessed

This commit is contained in:
Justin Wang 2023-05-23 19:56:31 +02:00 committed by AT
parent d7ab4c0e2d
commit 5305bce59a

View File

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