Decrease maximum number of search suggestions.

This fixes an issue with the menu going below the bottom of screen
with non-tiny windows, and it was rare that anyone benefitted from the
extra suggestions.

Fixes: #4133.
This commit is contained in:
Maxim Averin
2017-04-03 11:15:09 +03:00
committed by Tim Abbott
parent 51f68fce79
commit 08690132fe

View File

@@ -53,7 +53,7 @@ exports.initialize = function () {
return suggestions.strings;
},
fixed: true,
items: 30,
items: 12,
helpOnEmptyStrings: true,
naturalSearch: true,
highlighter: function (item) {