IDEMPIERE-1361 Mismatch of layout in the window Tree Maintenance
This commit is contained in:
parent
a03563cda5
commit
9c5505cc77
|
@ -162,6 +162,7 @@ public class WTreeMaintenance extends TreeMaintenance implements IFormController
|
|||
hbox.setStyle("padding: 3px;");
|
||||
hbox.setAlign("center");
|
||||
hbox.setHflex("1");
|
||||
hbox.setVflex("1");
|
||||
northPanel.appendChild(hbox);
|
||||
|
||||
hbox.appendChild (new Space());
|
||||
|
|
Loading…
Reference in New Issue