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
This commit is contained in:
parent
d4541a6f81
commit
150252391f
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user