Changeset 3111

Show
Ignore:
Timestamp:
11.03.2010 10:26:47 (5 months ago)
Author:
Gubaer
Message:

applied #4708: patch by Claudius Henrichs: OAuth dialog default window size should be enlarged

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java

    r3083 r3111  
    315315                    WindowGeometry.centerInWindow( 
    316316                            Main.parent, 
    317                             new Dimension(400,400) 
     317                            new Dimension(450,540) 
    318318                    ) 
    319319            ).applySafe(this);