Bug 1269957 - Change the maximum number of displayed download items in Downloads Panel from 3 to 5. draft
authorSean Lee <selee@mozilla.com>
Tue, 28 Jun 2016 12:00:41 +0800
changeset 381809 038602f5713941b699e1657ba0b7d6bd1c0e0a72
parent 378181 14c5bf11d37b9e92d27f7089d9392de2ac339bb3
child 524037 ae86ae9e3e5494ab988ca9836cba0145e80ed7b7
push id21558
push userbmo:selee@mozilla.com
push dateTue, 28 Jun 2016 09:16:44 +0000
bugs1269957
milestone50.0a1
Bug 1269957 - Change the maximum number of displayed download items in Downloads Panel from 3 to 5. MozReview-Commit-ID: 3QvosZBl4U
browser/components/downloads/content/downloads.js
--- a/browser/components/downloads/content/downloads.js
+++ b/browser/components/downloads/content/downloads.js
@@ -665,17 +665,17 @@ XPCOMUtils.defineConstant(this, "Downloa
  */
 const DownloadsView = {
   //////////////////////////////////////////////////////////////////////////////
   //// Functions handling download items in the list
 
   /**
    * Maximum number of items shown by the list at any given time.
    */
-  kItemCountLimit: 3,
+  kItemCountLimit: 5,
 
   /**
    * Indicates whether we are still loading downloads data asynchronously.
    */
   loading: false,
 
   /**
    * Ordered array of all Download objects.  We need to keep this array because