Changeset 3111 in josm for trunk


Ignore:
Timestamp:
2010-03-11T10:26:47+01:00 (14 years ago)
Author:
Gubaer
Message:

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

File:
1 edited

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);
Note: See TracChangeset for help on using the changeset viewer.