minor - added maximize button to attachment dialog

This commit is contained in:
Heng Sin Low 2009-03-10 10:02:25 +00:00
parent 6101318f3f
commit 9d6d3dce67
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ public class WAttachment extends Window implements EventListener
void staticInit() throws Exception
{
this.setMaximizable(true);
this.setWidth("700px");
this.setHeight("600px");
this.setTitle("Attachment");