Revision 10885 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/treelist/TreeListContainer.java

View differences:

TreeListContainer.java
48 48
 */
49 49

  
50 50
public class TreeListContainer extends BaseComponent {
51

  
51
	private static final long serialVersionUID = 6665259638830401366L;
52 52
	private int 		wComp = 190;
53 53
	private int 		hComp = 360;
54 54
	private int 		hTree = (int)Math.floor(hComp * 0.68);

Also available in: Unified diff