[ 1686176 ] Payment allocation issues

With latest fields added the window needs to be larger
This commit is contained in:
Carlos Ruiz 2007-12-19 00:44:45 +00:00
parent 3c6fa7fe13
commit 83ec5f2ad5
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ public class VAllocation extends CPanel
infoPanel.add(paymentPanel, JSplitPane.TOP);
infoPanel.add(invoicePanel, JSplitPane.BOTTOM);
infoPanel.setContinuousLayout(true);
infoPanel.setPreferredSize(new Dimension(670,250));
infoPanel.setPreferredSize(new Dimension(800,250));
infoPanel.setDividerLocation(110);
} // jbInit