aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-06-23 13:28:30 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-06-28 18:18:09 +0000
commitfa8cccf479610757aa7957b2062a6616e2ebc173 (patch)
tree5427a45110f396ea79e7f029d5a2706b680830c3 /examples
parent97c88459d88fede84f725152ad7929bd83d08933 (diff)
Tumbler: change default visibleItemCount to 5
This looks much better than 3; it looks more like an actual Tumbler, partly because the displacement shading is made more visible. This should make it less confusing to interact with for first-time users. In addition, we were previously setting it to 5 in several places. [ChangeLog][Important Behavior Changes][Tumbler] Changed the default value of visibleItemCount to 5 to make it visually clearer that it's a Tumbler. Change-Id: I7c16e05aa73f58e3405caa1826453cb824efae11 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quickcontrols2/gallery/pages/TumblerPage.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quickcontrols2/gallery/pages/TumblerPage.qml b/examples/quickcontrols2/gallery/pages/TumblerPage.qml
index ff295b43..38bc48fe 100644
--- a/examples/quickcontrols2/gallery/pages/TumblerPage.qml
+++ b/examples/quickcontrols2/gallery/pages/TumblerPage.qml
@@ -57,7 +57,6 @@ Pane {
Tumbler {
model: 10
- visibleItemCount: 5
anchors.horizontalCenter: parent.horizontalCenter
}
}