searchDisplay: Make list results span all available horizontal space
https://bugzilla.gnome.org/show_bug.cgi?id=691967
This commit is contained in:
parent
a0d7d7bc4b
commit
660cfe707c
@ -178,7 +178,7 @@ const ListSearchResults = new Lang.Class({
|
|||||||
|
|
||||||
this._content = new St.BoxLayout({ style_class: 'list-search-results',
|
this._content = new St.BoxLayout({ style_class: 'list-search-results',
|
||||||
vertical: true });
|
vertical: true });
|
||||||
this.actor.add_actor(this._content);
|
this.actor.add(this._content, { expand: true });
|
||||||
|
|
||||||
this._notDisplayedResult = [];
|
this._notDisplayedResult = [];
|
||||||
this._terms = [];
|
this._terms = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user