Ensure the busyindicator is square

This commit is contained in:
Sebastian Kügler 2013-06-17 15:22:15 +02:00
parent 22d261759b
commit 057d592a1a

View File

@ -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
}
}