Ensure the busyindicator is square
This commit is contained in:
parent
22d261759b
commit
057d592a1a
@ -74,8 +74,8 @@ Item {
|
||||
elementId: "busywidget"
|
||||
|
||||
anchors.centerIn: parent
|
||||
width: busy.width
|
||||
height: busy.height
|
||||
width: Math.min(busy.width, busy.height)
|
||||
height: width
|
||||
smooth: !running || smoothAnimation
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user