From 52156930d30a5aec52ae5f879a2008aea77e4a60 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 12 Oct 2012 13:38:05 -0400 Subject: [PATCH] overview: Respect multi-monitor situations --- js/ui/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index 1314da015..377c03445 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);