[gnome-shell] searchDisplay: Make list results span all available horizontal space



commit 660cfe707c2321f62d62d817dcdae0f78524357b
Author: Tanner Doshier <doshitan gmail com>
Date:   Wed Jan 16 22:02:48 2013 -0600

    searchDisplay: Make list results span all available horizontal space
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691967

 js/ui/searchDisplay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/searchDisplay.js b/js/ui/searchDisplay.js
index da4769a..073913f 100644
--- a/js/ui/searchDisplay.js
+++ b/js/ui/searchDisplay.js
@@ -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 = [];



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]