IDEMPIERE-2099 zk7 Listbox misaligned because of null cells
This commit is contained in:
parent
5008085022
commit
60f70fb0d6
|
@ -507,6 +507,7 @@ public class WListItemRenderer implements ListitemRenderer<Object>, EventListene
|
|||
|
||||
header.setStyle("min-width: " + width + "px");
|
||||
}
|
||||
header.setHflex("true");
|
||||
m_headers.add(header);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue