Merge pull request #12109 from vladest/tablet_page_indicator

Page indicator visible only when pages more than one
This commit is contained in:
Melissa Brown 2018-01-09 14:05:32 -08:00 committed by GitHub
commit 19802b33eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,6 +244,7 @@ Item {
PageIndicator {
id: pageIndicator
currentIndex: swipeView.currentIndex
visible: swipeView.count > 1
delegate: Item {
width: 15