Merge lp:~nik90/unav/hotfix-popup-position into lp:unav

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 33
Proposed branch: lp:~nik90/unav/hotfix-popup-position
Merge into: lp:unav
Diff against target: 12 lines (+1/-1)
1 file modified
qml/Main.qml (+1/-1)
To merge this branch: bzr merge lp:~nik90/unav/hotfix-popup-position
Reviewer Review Type Date Requested Status
costales Approve
Review via email: mp+291358@code.launchpad.net

Description of the change

Slightly tweaked the left position of the action selection popover.

To post a comment you must log in.
Revision history for this message
costales (costales) wrote :

Thanks a lot for the improvement :))

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Main.qml'
2--- qml/Main.qml 2016-04-07 18:45:47 +0000
3+++ qml/Main.qml 2016-04-08 12:06:51 +0000
4@@ -441,7 +441,7 @@
5 top: parent.top
6 left: parent.left
7 topMargin: units.gu(5)
8- leftMargin: units.gu(2)
9+ leftMargin: units.gu(-1)
10 }
11
12 delegate: Item {

Subscribers

People subscribed via source and target branches