[gnome-shell/wip/grab-helper-top-panel: 11/20] layout: Dummy hack for now because the X server is amazing



commit d86e57a8d93ddf8792b68435183facafc8e3c8f7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Nov 25 20:40:42 2012 -0500

    layout: Dummy hack for now because the X server is amazing
    
    dummy demo garbage

 js/ui/layout.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 83f47ba..715f892 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -300,7 +300,7 @@ const LayoutManager = new Lang.Class({
         if (Main.messageTray) {
             this._trayBarrier = new Meta.Barrier({ display: global.display,
                                                    x1: monitor.x, x2: monitor.x + monitor.width,
-                                                   y1: monitor.y + monitor.height, y2: monitor.y + monitor.height,
+                                                   y1: monitor.y + monitor.height - 1, y2: monitor.y + monitor.height - 1,
                                                    directions: Meta.BarrierDirection.NEGATIVE_Y });
 
             this._trayPressure = new PressureBarrier(this._trayBarrier,



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