mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
fix typo so padding can be accessed
This commit is contained in:
parent
aeba3942b1
commit
21e6197503
@ -13,7 +13,7 @@ CheckBox {
|
|||||||
indicator: Rectangle {
|
indicator: Rectangle {
|
||||||
implicitWidth: 26
|
implicitWidth: 26
|
||||||
implicitHeight: 26
|
implicitHeight: 26
|
||||||
x: saveChatsBox.leftPadding
|
x: myCheckBox.leftPadding
|
||||||
y: parent.height / 2 - height / 2
|
y: parent.height / 2 - height / 2
|
||||||
border.color: theme.dialogBorder
|
border.color: theme.dialogBorder
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
Loading…
Reference in New Issue
Block a user