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