aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml b/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
index 47f09e38..48f3a3d6 100644
--- a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
@@ -143,13 +143,10 @@ Item {
}
QQC2.PageIndicator {
- id: pgSettingsIndicator
+ count: svSettingsContainer.count
+ currentIndex: svSettingsContainer.currentIndex
anchors.bottom: svSettingsContainer.bottom
- anchors.bottomMargin: 1
anchors.horizontalCenter: parent.horizontalCenter
-
- count: svSettingsContainer.count
- currentIndex: svSettingsContainer.currentIndex
}
}