Browse Source

* increase maximum amount of packages/lines per tab to 60 - make space for new utils packages

git-svn-id: trunk@29264 -
Tomas Hajny 10 years ago
parent
commit
5b3cf423bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer/install.pas

+ 1 - 1
installer/install.pas

@@ -98,7 +98,7 @@ program install;
 
 
      maxpacks=20;
-     maxpackages=45;
+     maxpackages=60;
      maxdefcfgs=1024;
 
      HTMLIndexExt = '.htx';