IDEMPIERE-144 Performance: Reduce use of modal dialog
This commit is contained in:
parent
b6406e5f5e
commit
4553a5a20e
|
@ -86,7 +86,6 @@ public class WRecordInfo extends Window implements EventListener
|
|||
{
|
||||
super ();
|
||||
this.setTitle(title);
|
||||
this.setAttribute("modal", Boolean.TRUE);
|
||||
this.setWidth("500px");
|
||||
this.setHeight("400px");
|
||||
this.setBorder("normal");
|
||||
|
@ -101,6 +100,7 @@ public class WRecordInfo extends Window implements EventListener
|
|||
{
|
||||
log.log(Level.SEVERE, "", e);
|
||||
}
|
||||
this.setAttribute(Window.MODE_KEY, Window.MODE_HIGHLIGHTED);
|
||||
AEnv.showCenterScreen(this);
|
||||
} // RecordInfo
|
||||
|
||||
|
|
Loading…
Reference in New Issue