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() {
|
private void initComponents() {
|
||||||
this.setBorder("normal");
|
this.setBorder("normal");
|
||||||
dialogBody = new VerticalBox();
|
dialogBody = new VerticalBox();
|
||||||
|
dialogBody.setHflex("1");
|
||||||
Div div = new Div();
|
Div div = new Div();
|
||||||
message = new Html();
|
message = new Html();
|
||||||
div.appendChild(message);
|
div.appendChild(message);
|
||||||
|
|
|
@ -107,10 +107,7 @@ public class ProcessParameterPanel extends Panel implements
|
||||||
col.setWidth("30%");
|
col.setWidth("30%");
|
||||||
columns.appendChild(col);
|
columns.appendChild(col);
|
||||||
col = new Column();
|
col = new Column();
|
||||||
col.setWidth("65%");
|
col.setWidth("70%");
|
||||||
columns.appendChild(col);
|
|
||||||
col = new Column();
|
|
||||||
col.setWidth("5%");
|
|
||||||
columns.appendChild(col);
|
columns.appendChild(col);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue