OverviewControl: simplify code to add bottom padding
All the complexity with a custom actor and a generic container was just to add some padding below the overview controls. Remove that, and use CSS instead. https://bugzilla.gnome.org/show_bug.cgi?id=694100
This commit is contained in:
@ -231,8 +231,7 @@ const Overview = new Lang.Class({
|
||||
this._thumbnailsBox = new WorkspaceThumbnail.ThumbnailsBox();
|
||||
this._controls = new OverviewControls.ControlsManager(this._dash,
|
||||
this._thumbnailsBox,
|
||||
this._viewSelector,
|
||||
this._searchEntryBin);
|
||||
this._viewSelector);
|
||||
|
||||
// Pack all the actors into the group
|
||||
this._group.add_actor(this._controls.dashActor);
|
||||
|
Reference in New Issue
Block a user