Changeset 487 in josm for trunk/src


Ignore:
Timestamp:
2007-12-14T20:46:12+01:00 (17 years ago)
Author:
gebner
Message:

Add a JScrollPane to fit all the plugins in the about dialog.

File:
1 edited

Legend:

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

    r302 r487  
    114114                        pluginTab.add(label, GBC.eop().fill(GBC.HORIZONTAL));
    115115                }
    116                 about.addTab(tr("Plugins"), pluginTab);
     116                about.addTab(tr("Plugins"), new JScrollPane(pluginTab));
    117117
    118118                about.setPreferredSize(new Dimension(500,300));
Note: See TracChangeset for help on using the changeset viewer.