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