Use CSS for spacing
Use CSS instead of St.Bin actors for spacing. https://bugzilla.gnome.org/show_bug.cgi?id=612852
This commit is contained in:
@ -60,11 +60,6 @@ WorkspaceSwitcherPopup.prototype = {
|
||||
this._list.add(indicator);
|
||||
indicator.set_width(Math.round(indicator.get_height() * this._scaleWidth));
|
||||
|
||||
if (i < global.screen.n_workspaces - 1) {
|
||||
let spacer = new St.Bin({ style_class: 'ws-switcher-spacer' });
|
||||
this._list.add(spacer);
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user