searchDisplay: Make list results span all available horizontal space

https://bugzilla.gnome.org/show_bug.cgi?id=691967
This commit is contained in:
Tanner Doshier 2013-01-16 22:02:48 -06:00 committed by Jasper St. Pierre
parent a0d7d7bc4b
commit 660cfe707c

View File

@ -178,7 +178,7 @@ const ListSearchResults = new Lang.Class({
this._content = new St.BoxLayout({ style_class: 'list-search-results',
vertical: true });
this.actor.add_actor(this._content);
this.actor.add(this._content, { expand: true });
this._notDisplayedResult = [];
this._terms = [];