IDEMPIERE-560 Chat window disappearing when moved

This commit is contained in:
Carlos Ruiz 2013-01-16 06:07:47 -08:00
parent 9a1fa58f9f
commit 7f02fac181
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ public class WChat extends Window implements EventListener<Event>, DialogEvents
confirmPanel.setStyle("position:absolute; height:30px; width:99%; top:80px;");
confirmPanel.addActionListener(this);
this.setStyle("position: relative; height: 600px; width: 500px;");
this.setHeight("600px");
this.setWidth("500px");
this.setMaximizable(true);
this.setSizable(true);
this.setBorder("normal");