summaryrefslogtreecommitdiffstats
path: root/examples/touch/content/SliderPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/content/SliderPage.qml')
-rw-r--r--examples/touch/content/SliderPage.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/touch/content/SliderPage.qml b/examples/touch/content/SliderPage.qml
index d90a3c2cd..8d9ff0b1f 100644
--- a/examples/touch/content/SliderPage.qml
+++ b/examples/touch/content/SliderPage.qml
@@ -46,7 +46,10 @@ import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Controls.Styles 1.0
-Page {
+Item {
+ width: parent.width
+ height: parent.height
+
Column {
spacing: 12
anchors.centerIn: parent