mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #12109 from vladest/tablet_page_indicator
Page indicator visible only when pages more than one
This commit is contained in:
commit
19802b33eb
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ Item {
|
|||
PageIndicator {
|
||||
id: pageIndicator
|
||||
currentIndex: swipeView.currentIndex
|
||||
visible: swipeView.count > 1
|
||||
|
||||
delegate: Item {
|
||||
width: 15
|
||||
|
|
Loading…
Reference in a new issue