PStyle: fix PBusyIndicator center

This commit is contained in:
2024-02-13 19:26:26 -03:00
parent 2083d39eda
commit a88b4fb166

View File

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