IDEMPIERE-856 the broadcast message window is clipped on the bottom
This commit is contained in:
parent
edd123a31b
commit
aaf75d8da4
|
@ -141,7 +141,7 @@ public class BroadcastMessageWindow extends Window implements IBroadcastMsgPopup
|
||||||
Cell rightCell = new Cell();
|
Cell rightCell = new Cell();
|
||||||
southHLayout.appendChild(rightCell);
|
southHLayout.appendChild(rightCell);
|
||||||
rightCell.setAlign("right");
|
rightCell.setAlign("right");
|
||||||
rightCell.setHflex("2");
|
rightCell.setHflex("true");
|
||||||
sDiv = new Div();
|
sDiv = new Div();
|
||||||
sDiv.setWidth("70px");
|
sDiv.setWidth("70px");
|
||||||
rightCell.appendChild(sDiv);
|
rightCell.appendChild(sDiv);
|
||||||
|
|
Loading…
Reference in New Issue