[ 1686176 ] Payment allocation issues
With latest fields added the window needs to be larger
This commit is contained in:
parent
3c6fa7fe13
commit
83ec5f2ad5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue