git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
aa534890b113f0c0e4c722bb5f78ded87c05844d
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
view
/
tableview
/
DefaultSizes.java
1
package com.quantum.view.tableview;
2
3
public class DefaultSizes {
4
public static int PAGE_SIZE = 200;
5
public static int MAX_COLUMN_SIZE = 1024 * 2;
6
}