aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml')
-rw-r--r--tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml b/tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml
index 3054fe22..bb7efc5d 100644
--- a/tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml
+++ b/tests/manual/gifs/data/qtquickcontrols2-busyindicator.qml
@@ -51,7 +51,7 @@ Window {
BusyIndicator {
id: busyIndicator
- running: false
+ running: true
anchors.centerIn: parent
}
}