minor - location dialog width too small when render using zk6 new default theme.

This commit is contained in:
Heng Sin Low 2012-04-19 02:10:15 +08:00
parent 40145c4ffa
commit aab1a1c4d8
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class WLocationDialog extends Window implements EventListener
setRegion();
initLocation();
//
this.setWidth("290px");
this.setWidth("380px");
this.setClosable(true);
this.setBorder("normal");
this.setAttribute("mode","modal");