window-list: insist more that the indicators should be at the very right end
The new box layout is just annoying...
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user