57
topMargin: -labelHeight - units.gu(3)
58
horizontalCenter: parent.horizontalCenter
53
anchors.top: parent.top
54
anchors.topMargin: -labelHeight - units.gu(3)
55
anchors.horizontalCenter: parent.horizontalCenter
61
57
leftLabel: i18n.tr("Add")
62
58
rightLabel: i18n.tr("City")
69
mainStack.push(Qt.resolvedUrl("../alarm/AlarmSettingsPage.qml"))
64
Component.onCompleted: anchors.topMargin = units.gu(2)
80
73
rightMargin: units.gu(2)
79
Behavior on anchors.topMargin {
80
UbuntuNumberAnimation { duration: 900 }
84
84
anchors.fill: parent
85
onClicked: mainStack.push(
86
Qt.resolvedUrl("../alarm/AlarmSettingsPage.qml"))
94
verticalCenter: parent.top
95
verticalCenterOffset: units.gu(20)
96
horizontalCenter: parent.horizontalCenter
93
anchors.verticalCenter: parent.top
94
anchors.verticalCenterOffset: units.gu(20)
95
anchors.horizontalCenter: parent.horizontalCenter
105
topMargin: units.gu(36)
106
horizontalCenter: parent.horizontalCenter
109
text: clock.analogTime.toLocaleDateString()
110
opacity: settingsIcon.opacity
101
Component.onCompleted: anchors.topMargin = units.gu(40)
103
anchors.top: parent.top
104
anchors.topMargin: units.gu(36)
105
anchors.horizontalCenter: parent.horizontalCenter
107
text: Qt.formatDate(clock.analogTime, "dddd, d MMMM yyyy")
111
108
fontSize: "xx-small"
110
Behavior on anchors.topMargin {
111
UbuntuNumberAnimation { duration: 900 }
117
opacity: settingsIcon.opacity
118
118
spacing: units.gu(1)
122
topMargin: units.gu(1)
123
horizontalCenter: parent.horizontalCenter
120
anchors.top: date.bottom
121
anchors.topMargin: units.gu(1)
122
anchors.horizontalCenter: parent.horizontalCenter