Keep suugetion list more flat. BLD200401061900
authorpkuzel@netbeans.org
Tue, 06 Jan 2004 18:14:35 +0000
changeset 391396b6b95c069f
parent 3912 7bea8c00fcab
child 3914 9bb1568b9bd8
Keep suugetion list more flat.
suggestions_framework/src/org/netbeans/modules/tasklist/suggestions/SuggestionList.java
     1.1 --- a/suggestions_framework/src/org/netbeans/modules/tasklist/suggestions/SuggestionList.java	Tue Jan 06 17:14:45 2004 +0000
     1.2 +++ b/suggestions_framework/src/org/netbeans/modules/tasklist/suggestions/SuggestionList.java	Tue Jan 06 18:14:35 2004 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4       * the task into a sublevel with a category task containing the
     1.5       * tasks of that type.
     1.6       */
     1.7 -    private static final int MAX_INLINE = 4;
     1.8 +    private static final int MAX_INLINE = 20;
     1.9  
    1.10      static final Object CATEGORY_NODE_SEED = new Object();
    1.11