IDEMPIERE-142 Zk6 Port. Fixed layout for Process Modal Dialog.
This commit is contained in:
parent
e813293d21
commit
8c34cdbf1c
|
@ -131,6 +131,7 @@ public class ProcessModalDialog extends Window implements EventListener, IProces
|
|||
private void initComponents() {
|
||||
this.setBorder("normal");
|
||||
dialogBody = new VerticalBox();
|
||||
dialogBody.setHflex("1");
|
||||
Div div = new Div();
|
||||
message = new Html();
|
||||
div.appendChild(message);
|
||||
|
|
|
@ -107,10 +107,7 @@ public class ProcessParameterPanel extends Panel implements
|
|||
col.setWidth("30%");
|
||||
columns.appendChild(col);
|
||||
col = new Column();
|
||||
col.setWidth("65%");
|
||||
columns.appendChild(col);
|
||||
col = new Column();
|
||||
col.setWidth("5%");
|
||||
col.setWidth("70%");
|
||||
columns.appendChild(col);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue