search.js: Increase maximum number of visible list search results

This commit is contained in:
raresvis 2017-06-23 17:24:34 +03:00
parent d35f2d375b
commit 4ffbec5b75

View File

@ -22,7 +22,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({