[gnome-shell] search: Increase maximum number of visible list search results



commit 150252391fe9162a584a59e833024fc1f19dbdf9
Author: Rares Visalom <rares visalom gmail com>
Date:   Fri Jun 23 17:24:34 2017 +0300

    search: Increase maximum number of visible list search results
    
    Since results are now much more concise and take up less
    space, we can use the 'saved' space to provide the user
    with more search results for each provider.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749957

 js/ui/search.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/search.js b/js/ui/search.js
index a00e282..529a848 100644
--- a/js/ui/search.js
+++ b/js/ui/search.js
@@ -21,7 +21,7 @@ const Util = imports.misc.util;
 
 const SEARCH_PROVIDERS_SCHEMA = 'org.gnome.desktop.search-providers';
 
-const MAX_LIST_SEARCH_RESULTS_ROWS = 3;
+const MAX_LIST_SEARCH_RESULTS_ROWS = 5;
 const MAX_GRID_SEARCH_RESULTS_ROWS = 1;
 
 const MaxWidthBin = new Lang.Class({


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