From cccd46b513e781c5cb11499d85f888d573bf4934 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 5 Sep 2013 10:29:45 +0200 Subject: [PATCH] window-list: insist more that the indicators should be at the very right end The new box layout is just annoying... --- extensions/window-list/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index 493f948b..3546ff30 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -726,7 +726,7 @@ const WindowList = new Lang.Class({ } })); - let indicatorsBox = new St.BoxLayout(); + let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END }); box.add(indicatorsBox); this._workspaceIndicator = new WorkspaceIndicator();