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:
Giovanni Campagna
2013-09-05 10:30:20 +02:00
parent 8e1db160ca
commit cccd46b513
+1 -1
View File
@@ -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();