summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/controls/gallery/main.qml3
-rw-r--r--examples/quick/controls/gallery/qml/ButtonPage.qml2
-rw-r--r--examples/quick/controls/gallery/qml/InputPage.qml2
-rw-r--r--examples/quick/controls/gallery/qml/ProgressPage.qml2
4 files changed, 9 insertions, 0 deletions
diff --git a/examples/quick/controls/gallery/main.qml b/examples/quick/controls/gallery/main.qml
index a6e76f75..ab3d8d32 100644
--- a/examples/quick/controls/gallery/main.qml
+++ b/examples/quick/controls/gallery/main.qml
@@ -49,6 +49,9 @@ ApplicationWindow {
visible: true
title: "Qt Quick Controls Gallery"
+ width: 640
+ height: 480
+
MessageDialog {
id: aboutDialog
icon: StandardIcon.Information
diff --git a/examples/quick/controls/gallery/qml/ButtonPage.qml b/examples/quick/controls/gallery/qml/ButtonPage.qml
index dfaaa8f7..b6db20de 100644
--- a/examples/quick/controls/gallery/qml/ButtonPage.qml
+++ b/examples/quick/controls/gallery/qml/ButtonPage.qml
@@ -44,6 +44,8 @@ import QtQuick.Controls 1.2
ScrollView {
id: page
+ implicitWidth: 640
+ implicitHeight: 200
horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff
diff --git a/examples/quick/controls/gallery/qml/InputPage.qml b/examples/quick/controls/gallery/qml/InputPage.qml
index bf51632c..66042967 100644
--- a/examples/quick/controls/gallery/qml/InputPage.qml
+++ b/examples/quick/controls/gallery/qml/InputPage.qml
@@ -44,6 +44,8 @@ import QtQuick.Controls 1.2
ScrollView {
id: page
+ implicitWidth: 640
+ implicitHeight: 400
horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff
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