aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml')
-rw-r--r--examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml b/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml
index d9e5f788..403da14e 100644
--- a/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml
+++ b/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml
@@ -57,9 +57,6 @@ ScrollablePage {
}
BusyIndicator {
- readonly property int size: Math.min(page.availableWidth, page.availableHeight) / 5
- width: size
- height: size
anchors.horizontalCenter: parent.horizontalCenter
}
}