minor - location dialog width too small when render using zk6 new default theme.
This commit is contained in:
parent
40145c4ffa
commit
aab1a1c4d8
|
@ -170,7 +170,7 @@ public class WLocationDialog extends Window implements EventListener
|
||||||
setRegion();
|
setRegion();
|
||||||
initLocation();
|
initLocation();
|
||||||
//
|
//
|
||||||
this.setWidth("290px");
|
this.setWidth("380px");
|
||||||
this.setClosable(true);
|
this.setClosable(true);
|
||||||
this.setBorder("normal");
|
this.setBorder("normal");
|
||||||
this.setAttribute("mode","modal");
|
this.setAttribute("mode","modal");
|
||||||
|
|
Loading…
Reference in New Issue