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 { Item {
id: item id: item
x: 0 x: -parent.width / 2
y: 0 y: -parent.width / 2
width: parent.width width: parent.width
height: parent.height height: parent.height
opacity: control.running ? 1 : 0 opacity: control.running ? 1 : 0