Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/actionsupport/AlignImageryPanel.java

    r5927 r6070  
    2525/**
    2626 * The panel to nag a user ONCE that he/she has to align imagery.
    27  * 
     27 *
    2828 * @author zverik
    2929 */
     
    3333    public AlignImageryPanel(boolean oneLine) {
    3434        super();
    35        
     35
    3636        Font font = getFont().deriveFont(Font.PLAIN, 14.0f);
    3737        JLabel nagLabel = new JLabel(tr("Aerial imagery might be misaligned. Please check its offset using GPS tracks!"));
     
    3939        nagLabel.setFont(font);
    4040        detailsList.setFont(font);
    41        
     41
    4242        JButton closeButton = new JButton(ImageProvider.get("misc", "black_x"));
    4343        closeButton.setContentAreaFilled(false);
     
    5454            }
    5555        });
    56        
     56
    5757        setLayout(new GridBagLayout());
    5858        if (!oneLine) { // tune for small screens
     
    7979        }
    8080    }
    81    
     81
    8282}
Note: See TracChangeset for help on using the changeset viewer.