mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-22 06:01:25 +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 {
|
PageIndicator {
|
||||||
id: pageIndicator
|
id: pageIndicator
|
||||||
currentIndex: swipeView.currentIndex
|
currentIndex: swipeView.currentIndex
|
||||||
|
visible: swipeView.count > 1
|
||||||
|
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
width: 15
|
width: 15
|
||||||
|
|
Loading…
Reference in a new issue