mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:56:18 +00:00
Deploy: Update Qt.
This commit is contained in:
parent
65b6de6c65
commit
69b5732533
@ -76,7 +76,7 @@ T.CheckDelegate {
|
||||
implicitWidth: 28
|
||||
implicitHeight: 28
|
||||
|
||||
x: text ? (control.mirrored ? control.width - width - control.rightPadding : control.leftPadding) : control.leftPadding + (control.availableWidth - width) / 2
|
||||
x: control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
|
||||
y: control.topPadding + (control.availableHeight - height) / 2
|
||||
|
||||
color: control.down ? control.palette.light : control.palette.base
|
||||
|
Loading…
Reference in New Issue
Block a user