[gnome-shell/wip/re-search: 136/151] overview: Respect multi-monitor situations



commit 52156930d30a5aec52ae5f879a2008aea77e4a60
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Oct 12 13:38:05 2012 -0400

    overview: Respect multi-monitor situations

 js/ui/overview.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 1314da0..377c034 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -495,7 +495,7 @@ const Overview = new Lang.Class({
         let contentY = Main.panel.actor.height;
         let contentHeight = primary.height - contentY - Main.messageTray.actor.height;
 
-        this._overview.set_x(primary.x);
+        this._overview.set_position(primary.x, primary.y);
         this._overview.set_size(primary.width, primary.height);
 
         this._coverPane.set_position(0, contentY);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]