Don't hardcode these.

This commit is contained in:
Adam Treat 2023-06-01 17:23:45 -04:00
parent 28944ac01b
commit 94633da2d7

View File

@ -11,8 +11,8 @@ BusyIndicator {
Item {
id: item
x: parent.width / 2 - 24
y: parent.height / 2 - 24
x: parent.width / 2 - width / 2
y: parent.height / 2 - height / 2
width: 48
height: 48
opacity: control.running ? 1 : 0