Ignore:
Timestamp:
11.03.2010 11:08:27 (2 years ago)
Author:
Gubaer
Message:

fixed #4704: German hint not visibile on empty plugin list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java

    r3090 r3113  
    77import java.awt.BorderLayout; 
    88import java.awt.Component; 
    9 import java.awt.FlowLayout; 
    109import java.awt.GridBagConstraints; 
    1110import java.awt.GridBagLayout; 
     11import java.awt.GridLayout; 
    1212import java.awt.Insets; 
    1313import java.awt.event.ActionEvent; 
     
    131131 
    132132    protected JPanel buildActionPanel() { 
    133         JPanel pnl = new JPanel(new FlowLayout(FlowLayout.CENTER)); 
     133        JPanel pnl = new JPanel(new GridLayout(1,3)); 
    134134 
    135135        pnl.add(new JButton(new DownloadAvailablePluginsAction())); 
Note: See TracChangeset for help on using the changeset viewer.