PStyle: fix PBusyIndicator center
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user