~nik90/ubuntu-clock-app/prep-new-design-part1

« back to all changes in this revision

Viewing changes to alarm/AddAlarmPage.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-02-10 13:51:21 UTC
  • Revision ID: krnekhelesh@gmail.com-20140210135121-je1wm2c19wrw2vmf
Updated image assets. Removed rectangular glow from the timer. Moved the visual image hints to the face files

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        contentHeight: mainColumn.height + units.gu(5)
179
179
        interactive: contentHeight > parent.height
180
180
 
181
 
        Image {
182
 
            id: alarmHintImage
183
 
            smooth: true
184
 
            width: units.gu(32)
185
 
            fillMode: Image.PreserveAspectFit
186
 
            source: Qt.resolvedUrl("../images/alarm_black.png")
187
 
            anchors {
188
 
                horizontalCenter: mainColumn.horizontalCenter
189
 
                bottom: mainColumn.top
190
 
                margins: units.gu(-6)
191
 
            }
192
 
        }
193
 
 
194
181
        Column {
195
182
            id: mainColumn
196
183
 
220
207
                    }
221
208
                ]
222
209
 
 
210
                Image {
 
211
                    id: alarmHintImage
 
212
                    smooth: true
 
213
                    width: units.gu(40)
 
214
                    anchors.centerIn: parent
 
215
                    fillMode: Image.PreserveAspectFit
 
216
                    source: Qt.resolvedUrl("../images/alarm_black.png")
 
217
                }
 
218
 
223
219
                centerContent: [
224
220
                    Column {
225
221
                        id: alarmLabelColumn