Ticket #4708: OAuth_wizard_windowsize.patch
| File OAuth_wizard_windowsize.patch, 686 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java
314 314 getClass().getName() + ".geometry", 315 315 WindowGeometry.centerInWindow( 316 316 Main.parent, 317 new Dimension(4 00,400)317 new Dimension(450,540) 318 318 ) 319 319 ).applySafe(this); 320 320 initFromPreferences();
