Page indicator visible only when pages more than one

This commit is contained in:
vladest 2018-01-08 23:07:09 +01:00
parent 56d4429a8b
commit 891663bae9

View file

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