Merge lp:~nik90/ubuntu-clock-app/tweak-timer-ui into lp:ubuntu-clock-app/saucy

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 33
Merged at revision: 33
Proposed branch: lp:~nik90/ubuntu-clock-app/tweak-timer-ui
Merge into: lp:ubuntu-clock-app/saucy
Diff against target: 21 lines (+3/-1)
1 file modified
timer/TimerPage.qml (+3/-1)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/tweak-timer-ui
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alessandro Pozzi (community) Approve
Ubuntu Clock Developers Pending
Review via email: mp+158932@code.launchpad.net

Commit message

Small UI tweak to view timer preset page to match design.

Description of the change

This MP tweaks the view timer preset page UI slightly to match the app clock journeys.

To post a comment you must log in.
Revision history for this message
Alessandro Pozzi (signor-hyde) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'timer/TimerPage.qml'
2--- timer/TimerPage.qml 2013-04-15 13:00:02 +0000
3+++ timer/TimerPage.qml 2013-04-15 14:12:45 +0000
4@@ -574,7 +574,7 @@
5
6 visible: false
7 clip: true
8- width: parent.width; height: parent.height - units.gu(30)
9+ width: parent.width; height: parent.height - units.gu(40)
10 anchors {
11 top: parent.top
12 topMargin: units.gu(23)
13@@ -587,6 +587,8 @@
14 width: parent.width; height: parent.height
15 model: listModel
16
17+ ListItem.Divider { }
18+
19 delegate: ListItem.SingleValue {
20 text: nametimer
21 value: TScript.getstringTimer(secondstimer)

Subscribers

People subscribed via source and target branches