IDEMPIERE-931 ZK components, are not displayed correctly

This commit is contained in:
Richard Morales 2013-06-05 16:02:47 -05:00
parent 0616175792
commit daae890ca5
3 changed files with 3 additions and 4 deletions

View File

@ -490,7 +490,7 @@ public class WAcctViewer extends Window implements EventListener<Event>
repostLayout.appendChild(bRePost); repostLayout.appendChild(bRePost);
repostLayout.appendChild(new Separator()); repostLayout.appendChild(new Separator());
repostLayout.appendChild(forcePost); repostLayout.appendChild(forcePost);
repostLayout.setHeight("24px"); repostLayout.setVflex("1");
southLeft.appendChild(statusLine); southLeft.appendChild(statusLine);
Grid southRight = new Grid(); Grid southRight = new Grid();

View File

@ -241,7 +241,7 @@ public class WDocActionPanel extends Window implements EventListener<Event>, Dia
confirmPanel = new ConfirmPanel(true); confirmPanel = new ConfirmPanel(true);
confirmPanel.addActionListener(Events.ON_CLICK, this); confirmPanel.addActionListener(Events.ON_CLICK, this);
confirmPanel.setVflex("true");
} }
private void init() private void init()
@ -249,7 +249,6 @@ public class WDocActionPanel extends Window implements EventListener<Event>, Dia
setSclass("popup-dialog"); setSclass("popup-dialog");
Vlayout vlayout = new Vlayout(); Vlayout vlayout = new Vlayout();
vlayout.setHflex("1"); vlayout.setHflex("1");
vlayout.setVflex("1");
this.appendChild(vlayout); this.appendChild(vlayout);
setWidgetAttribute(AdempiereWebUI.WIDGET_INSTANCE_NAME, "documentAction"); setWidgetAttribute(AdempiereWebUI.WIDGET_INSTANCE_NAME, "documentAction");

View File

@ -432,7 +432,7 @@ public final class WAccountDialog extends Window
cell.setColspan(4); cell.setColspan(4);
cell.appendChild(f_Description); cell.appendChild(f_Description);
row.appendChild(cell); row.appendChild(cell);
row.setStyle("background-color: transparent;"); row.setStyle("background-color: transparent; padding: 10px");
m_rows.appendChild(row); m_rows.appendChild(row);
// Finish // Finish