~ubuntu-branches/ubuntu/natty/unity-2d/natty-updates

« back to all changes in this revision

Viewing changes to spread/Windows.qml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-04-19 20:01:06 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110419200106-p94kfozghlxmxosf
Tags: 3.8.4.1-0ubuntu1
(LP: #766078) [spread] Windows and background are not positioned correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
                            target: spreadWindow
151
151
                            /* Note that we subtract the availableGeometry x and y since window.location is
152
152
                            expressed in global screen coordinates. */
153
 
                            x: window.position.x - screen.availableGeometry.x
 
153
                            x: window.position.x - launcherMaximumWidth
154
154
                            y: window.position.y - screen.availableGeometry.y
155
155
                            width: window.size.width
156
156
                            height: window.size.height