minor - added maximize button to attachment dialog
This commit is contained in:
parent
6101318f3f
commit
9d6d3dce67
|
|
@ -169,6 +169,7 @@ public class WAttachment extends Window implements EventListener
|
||||||
|
|
||||||
void staticInit() throws Exception
|
void staticInit() throws Exception
|
||||||
{
|
{
|
||||||
|
this.setMaximizable(true);
|
||||||
this.setWidth("700px");
|
this.setWidth("700px");
|
||||||
this.setHeight("600px");
|
this.setHeight("600px");
|
||||||
this.setTitle("Attachment");
|
this.setTitle("Attachment");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue