Ticket #4708: OAuth_wizard_windowsize.patch

File OAuth_wizard_windowsize.patch, 686 bytes (added by Claudius, 16 years ago)

Enlarges OAuth Wizard dialog to not show a scrollbar

  • src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java

     
    314314                    getClass().getName() + ".geometry",
    315315                    WindowGeometry.centerInWindow(
    316316                            Main.parent,
    317                             new Dimension(400,400)
     317                            new Dimension(450,540)
    318318                    )
    319319            ).applySafe(this);
    320320            initFromPreferences();