mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
Page indicator visible only when pages more than one
This commit is contained in:
parent
56d4429a8b
commit
891663bae9
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ Item {
|
|||
PageIndicator {
|
||||
id: pageIndicator
|
||||
currentIndex: swipeView.currentIndex
|
||||
visible: swipeView.count > 1
|
||||
|
||||
delegate: Item {
|
||||
width: 15
|
||||
|
|
Loading…
Reference in a new issue