Minor layout fixed.

This commit is contained in:
Heng Sin Low 2013-02-19 21:27:26 +08:00
parent e436719065
commit ca14866dba
1 changed files with 3 additions and 0 deletions

View File

@ -152,12 +152,14 @@ public class WCreateFromInvoiceUI extends CreateFromInvoice implements EventList
if (bPartnerField != null)
row.appendChild(bPartnerField.getComponent());
row.appendChild(orderLabel.rightAlign());
orderField.setHflex("1");
row.appendChild(orderField);
row = rows.newRow();
row.appendChild(new Space());
row.appendChild(new Space());
row.appendChild(shipmentLabel.rightAlign());
shipmentField.setHflex("1");
row.appendChild(shipmentField);
// Add RMA document selection to panel
@ -165,6 +167,7 @@ public class WCreateFromInvoiceUI extends CreateFromInvoice implements EventList
row.appendChild(new Space());
row.appendChild(new Space());
row.appendChild(rmaLabel.rightAlign());
rmaField.setHflex("1");
row.appendChild(rmaField);
}