layout: Dummy hack for now because the X server is amazing
dummy demo garbage
This commit is contained in:
parent
75985ae0ce
commit
d86e57a8d9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user