Store: Search, increase default max results per store to 15.

This commit is contained in:
John Schember 2011-12-06 19:36:39 -05:00
parent e5ff044db3
commit 92e18a4755

View File

@ -252,7 +252,7 @@ class SearchDialog(QDialog, Ui_Dialog):
# Milliseconds
self.hang_time = self.config.get('hang_time', 75) * 1000
self.max_results = self.config.get('max_results', 10)
self.max_results = self.config.get('max_results', 15)
self.should_open_external = self.config.get('open_external', True)
# Number of threads to run for each type of operation