summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml')
-rw-r--r--basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml b/basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml
index 75a75fb..4a34037 100644
--- a/basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml
+++ b/basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml
@@ -53,16 +53,19 @@ Item {
Slider {
anchors.margins: 20
+ width: 280
style: touchStyle
value: 0
}
Slider {
anchors.margins: 20
+ width: 280
style: touchStyle
value: 0.5
}
Slider {
anchors.margins: 20
+ width: 280
style: touchStyle
value: 1.0
}