[gnome-shell/uiTweaks2: 5/11] search.js: Increase maximum number of visible list search results
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/uiTweaks2: 5/11] search.js: Increase maximum number of visible list search results
- Date: Wed, 5 Jul 2017 20:58:26 +0000 (UTC)
commit 037e47ae994eb9434811129fd34991620044f938
Author: raresvis <rares visalom gmail com>
Date: Fri Jun 23 17:24:34 2017 +0300
search.js: Increase maximum number of visible list search results
Given the fact that we want GNOME desktop to be used on
devices as well, we need to fit as much information on
the screen as possible, without overcrowding the view.
Therefore, each provider will have more associated files.
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 007ca96..e76db42 100644
--- a/js/ui/search.js
+++ b/js/ui/search.js
@@ -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({
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]