Changeset 3113 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java
- Timestamp:
- 11.03.2010 11:08:27 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java
r3090 r3113 7 7 import java.awt.BorderLayout; 8 8 import java.awt.Component; 9 import java.awt.FlowLayout;10 9 import java.awt.GridBagConstraints; 11 10 import java.awt.GridBagLayout; 11 import java.awt.GridLayout; 12 12 import java.awt.Insets; 13 13 import java.awt.event.ActionEvent; … … 131 131 132 132 protected JPanel buildActionPanel() { 133 JPanel pnl = new JPanel(new FlowLayout(FlowLayout.CENTER));133 JPanel pnl = new JPanel(new GridLayout(1,3)); 134 134 135 135 pnl.add(new JButton(new DownloadAvailablePluginsAction()));
Note: See TracChangeset
for help on using the changeset viewer.
