Ignore:
Timestamp:
17.06.2009 10:04:22 (3 years ago)
Author:
stoecker
Message:

remove all these ugly tab stops introduced in the last half year

File:
1 edited

Legend:

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

    r1673 r1677  
    4343        JPanel p = gui.createPreferenceTab("advanced", tr("Advanced Preferences"), 
    4444                tr("Setting Preference entries directly. Use with caution!"), false); 
    45          
     45 
    4646        txtFilter = new JTextField(); 
    4747        JLabel lbFilter = new JLabel(tr("Search: ")); 
     
    5353                action(); 
    5454            } 
    55              
     55 
    5656            public void insertUpdate(DocumentEvent e) { 
    5757                action(); 
    5858            } 
    59              
     59 
    6060            public void removeUpdate(DocumentEvent e) { 
    6161                action(); 
    6262            } 
    63              
     63 
    6464            private void action() { 
    6565                dataToModel(); 
     
    152152        } 
    153153    } 
    154      
     154 
    155155    private void dataToModel() { 
    156156        while (model.getRowCount() > 0) { 
Note: See TracChangeset for help on using the changeset viewer.