Merge lp:~nik90/ubuntu-clock-app/fix-overlapping-world-listview into lp:ubuntu-clock-app/saucy

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 132
Merged at revision: 132
Proposed branch: lp:~nik90/ubuntu-clock-app/fix-overlapping-world-listview
Merge into: lp:ubuntu-clock-app/saucy
Diff against target: 19 lines (+2/-0)
1 file modified
clock/WorldClock.qml (+2/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/fix-overlapping-world-listview
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Clock Developers Pending
Review via email: mp+173778@code.launchpad.net

Commit message

Fixes the world clock listview overlapping the search box bug.

Description of the change

Fixes the world clock listview overlapping the search box bug.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'clock/WorldClock.qml'
2--- clock/WorldClock.qml 2013-07-08 17:29:35 +0000
3+++ clock/WorldClock.qml 2013-07-09 17:23:27 +0000
4@@ -49,6 +49,7 @@
5
6 height: childrenRect.height;
7 visible: false;
8+ spacing: units.gu(2);
9
10 // Xml model to search city online and retrieve latitude and longitude of searched city
11 XmlListModel {
12@@ -120,6 +121,7 @@
13 height: units.gu(50)
14 model: searchCityModel
15 currentIndex: -1
16+ clip: true;
17
18 Component {
19 id: sectionHeading

Subscribers

People subscribed via source and target branches