aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml b/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
index d2ca88a2..24a93e48 100644
--- a/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
@@ -132,14 +132,11 @@ Item {
}
QQC2.PageIndicator {
- id: pgNotificationsIndicator
+ count: svNotificationsContainer.count
+ currentIndex: svNotificationsContainer.currentIndex
anchors.bottom: svNotificationsContainer.bottom
- anchors.bottomMargin: 1
anchors.horizontalCenter: parent.horizontalCenter
-
- count: svNotificationsContainer.count
- currentIndex: svNotificationsContainer.currentIndex
}
Component.onCompleted: {