IDEMPIERE-3612 improve the look of posting window by avoiding multiline output
This commit is contained in:
parent
50c53e04f7
commit
ee233577c6
|
@ -1118,6 +1118,7 @@ public class WAcctViewer extends Window implements EventListener<Event>
|
|||
|
||||
table.setItemRenderer(new WListItemRenderer());
|
||||
table.setModel(listmodeltable);
|
||||
table.setSizedByContent(true);
|
||||
|
||||
resultPanel.invalidate();
|
||||
|
||||
|
|
Loading…
Reference in New Issue