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/download/SlippyMapChooser.java

    r1602 r1677  
    3333/** 
    3434 * JComponent that displays the slippy map tiles 
    35  *  
     35 * 
    3636 * @author Tim Haussmann 
    37  *  
     37 * 
    3838 */ 
    3939public class SlippyMapChooser extends JMapViewer implements DownloadSelection { 
     
    7070        setMapMarkerVisible(false); 
    7171        setMinimumSize(new Dimension(350, 350 / 2)); 
    72         // We need to set an initial size - this prevents a wrong zoom selection for  
    73         // the area before the component has been displayed the first time    
     72        // We need to set an initial size - this prevents a wrong zoom selection for 
     73        // the area before the component has been displayed the first time 
    7474        setBounds(new Rectangle(getMinimumSize())); 
    7575        setFileCacheEnabled(Main.pref.getBoolean("slippy_map_chooser.file_cache", true)); 
     
    180180     * Callback for the OsmMapControl. (Re-)Sets the start and end point of the 
    181181     * selection rectangle. 
    182      *  
     182     * 
    183183     * @param aStart 
    184184     * @param aEnd 
Note: See TracChangeset for help on using the changeset viewer.