overviewControls: don't set padding on the whole overview group
Set it on the control slider actor instead. At the same time, remove bottom padding from search results actor. https://bugzilla.gnome.org/show_bug.cgi?id=694287
This commit is contained in:
@ -98,6 +98,7 @@ const SlidingControl = new Lang.Class({
|
||||
this.layout = new SlideLayout();
|
||||
this.layout.slideDirection = params.slideDirection;
|
||||
this.actor = new St.Widget({ layout_manager: this.layout,
|
||||
style_class: 'overview-controls',
|
||||
clip_to_allocation: true });
|
||||
|
||||
Main.overview.connect('showing', Lang.bind(this, this._onOverviewShowing));
|
||||
|
Reference in New Issue
Block a user