[gnome-shell-extensions] window-list: insist more that the indicators should be at the very right end
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] window-list: insist more that the indicators should be at the very right end
- Date: Thu, 5 Sep 2013 08:30:33 +0000 (UTC)
commit cccd46b513e781c5cb11499d85f888d573bf4934
Author: Giovanni Campagna <gcampagn redhat com>
Date: Thu Sep 5 10:29:45 2013 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js
index 493f948..3546ff3 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();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]