1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.sql / src / net / sourceforge / phpdt / sql / view / tableview / DefaultSizes.java
1 package net.sourceforge.phpdt.sql.view.tableview;
2
3 public class DefaultSizes {
4         public static int PAGE_SIZE = 200;
5         public static int MAX_COLUMN_SIZE = 1024 * 2;
6 }