ItEr13S14ArquitecturaClientesItEr11S12: adjusting HEIGHT_PER_ROW to a more realistic number.

This commit is contained in:
Óscar González Fernández 2009-06-16 22:16:16 +02:00 committed by Javier Moran Rua
parent 574ff9bb52
commit 33d712b28d

View file

@ -35,7 +35,7 @@ import org.zkoss.zul.impl.XulElement;
*/
public class TaskList extends XulElement implements AfterCompose {
private static final int HEIGHT_PER_ROW = 40;
private static final int HEIGHT_PER_ROW = 31;
private List<WeakReference<DependencyAddedListener>> listeners = new LinkedList<WeakReference<DependencyAddedListener>>();