ItEr13S14ArquitecturaClientesItEr11S12: adjusting HEIGHT_PER_ROW to a more realistic number.
This commit is contained in:
parent
574ff9bb52
commit
33d712b28d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue