lookingGlass: Remove an unused separator between results
At one time, this may have had styling, but it's not there now, and I don't see a reason to add it back. https://bugzilla.gnome.org/show_bug.cgi?id=699975
This commit is contained in:
parent
855a31ff25
commit
ecd838bf01
@ -308,10 +308,6 @@ const Result = new Lang.Class({
|
||||
box.add(resultTxt);
|
||||
let objLink = new ObjLink(this._lookingGlass, o);
|
||||
box.add(objLink.actor);
|
||||
let line = new Clutter.Rectangle({ name: 'Separator' });
|
||||
let padBin = new St.Bin({ name: 'Separator', x_fill: true, y_fill: true });
|
||||
padBin.add_actor(line);
|
||||
this.actor.add(padBin);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user