summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2014-02-19 16:21:25 +0100
committerAndy Nichols <andy.nichols@digia.com>2014-02-19 17:41:48 +0200
commit9212027697bad66cc493b8d8f2cffb2a8547f982 (patch)
tree1a741cb871950acb4fad010ada0ad370cdaac7ad /basicsuite/qt5-everywhere/demos/touchgallery/content/SliderPage.qml
parent653d4eb2c135f3c3c9449566ec478b2fe4a3e567 (diff)
Fix layout issues with Qt-Everywhere (touchgallery)
Change-Id: I852d90b1c6afdc0316c7d4e45415c53eda94066a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
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
}