IDEMPIERE-560 Chat window disappearing when moved
This commit is contained in:
parent
9a1fa58f9f
commit
7f02fac181
|
@ -165,7 +165,8 @@ public class WChat extends Window implements EventListener<Event>, DialogEvents
|
||||||
confirmPanel.setStyle("position:absolute; height:30px; width:99%; top:80px;");
|
confirmPanel.setStyle("position:absolute; height:30px; width:99%; top:80px;");
|
||||||
confirmPanel.addActionListener(this);
|
confirmPanel.addActionListener(this);
|
||||||
|
|
||||||
this.setStyle("position: relative; height: 600px; width: 500px;");
|
this.setHeight("600px");
|
||||||
|
this.setWidth("500px");
|
||||||
this.setMaximizable(true);
|
this.setMaximizable(true);
|
||||||
this.setSizable(true);
|
this.setSizable(true);
|
||||||
this.setBorder("normal");
|
this.setBorder("normal");
|
||||||
|
|
Loading…
Reference in New Issue