Changeset 859 in josm


Ignore:
Timestamp:
2008-08-24T16:12:04+02:00 (16 years ago)
Author:
stoecker
Message:

make download dialog resizable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadAction.java

    r655 r859  
    4242                JOptionPane pane = new JOptionPane(downPanel, JOptionPane.PLAIN_MESSAGE, JOptionPane.OK_CANCEL_OPTION);
    4343                JDialog dlg = pane.createDialog(Main.parent, tr("Download"));
     44                dlg.setResizable(true);
    4445                dialog.setOptionPane(pane);
    4546
Note: See TracChangeset for help on using the changeset viewer.