IDEMPIERE-3612 improve the look of posting window by avoiding multiline output

This commit is contained in:
Carlos Ruiz 2018-01-16 09:50:24 +01:00
parent 50c53e04f7
commit ee233577c6
1 changed files with 1 additions and 0 deletions

View File

@ -1118,6 +1118,7 @@ public class WAcctViewer extends Window implements EventListener<Event>
table.setItemRenderer(new WListItemRenderer());
table.setModel(listmodeltable);
table.setSizedByContent(true);
resultPanel.invalidate();