- Timestamp:
- 2016-01-04T14:41:35+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java
r8836 r9300 168 168 169 169 setTitle(tr("Get an Access Token for ''{0}''", apiUrl)); 170 this.setMinimumSize(new Dimension( 420, 400));170 this.setMinimumSize(new Dimension(600, 420)); 171 171 172 172 pnlFullyAutomaticAuthorisationUI = new FullyAutomaticAuthorizationUI(apiUrl);
Note:
See TracChangeset
for help on using the changeset viewer.