Merge lp:~fboucault/unity-2d/spread_background_shift into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Ugo Riboni
Approved revision: 617
Merged at revision: 627
Proposed branch: lp:~fboucault/unity-2d/spread_background_shift
Merge into: lp:unity-2d/3.0
Diff against target: 12 lines (+1/-1)
1 file modified
libunity-2d-private/Unity2d/GnomeBackground.qml (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-2d/spread_background_shift
Reviewer Review Type Date Requested Status
Ugo Riboni (community) Approve
Review via email: mp+67516@code.launchpad.net

Description of the change

[spread] Shift the background wallpaper by the width of the launcher.

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

Works properly, the transition is now correct.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libunity-2d-private/Unity2d/GnomeBackground.qml'
2--- libunity-2d-private/Unity2d/GnomeBackground.qml 2011-06-23 17:08:53 +0000
3+++ libunity-2d-private/Unity2d/GnomeBackground.qml 2011-07-11 10:28:22 +0000
4@@ -87,7 +87,7 @@
5 height: screen.geometry.height
6
7 smooth: true
8- x: screen.availableGeometry.x
9+ x: screen.availableGeometry.x - launcherMaximumWidth
10 y: -screen.availableGeometry.y
11
12 /* Possible modes are:

Subscribers

People subscribed via source and target branches