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:
Giovanni Campagna
2013-02-18 16:25:28 +01:00
parent 3044a6b517
commit a187111a26
3 changed files with 5 additions and 24 deletions

View File

@ -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);