summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/qml/ProgressPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/gallery/qml/ProgressPage.qml')
-rw-r--r--examples/quick/controls/gallery/qml/ProgressPage.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/controls/gallery/qml/ProgressPage.qml b/examples/quick/controls/gallery/qml/ProgressPage.qml
index 4ca52af1..416e936a 100644
--- a/examples/quick/controls/gallery/qml/ProgressPage.qml
+++ b/examples/quick/controls/gallery/qml/ProgressPage.qml
@@ -44,6 +44,8 @@ import QtQuick.Controls 1.2
ScrollView {
id: page
+ implicitWidth: 640
+ implicitHeight: 400
horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff