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/preferences/display/DrawingPreference.java

    r5703 r6070  
    126126        panel.add(onewayArrow, GBC.eop().insets(20,0,0,0));
    127127        panel.add(segmentOrderNumber, GBC.eop().insets(20,0,0,0));
    128        
     128
    129129        panel.add(new JLabel(tr("Select and draw mode options")),
    130130                GBC.eop().insets(5,10,0,0));
    131131        panel.add(virtualNodes, GBC.eop().insets(20,0,0,0));
    132132        panel.add(drawHelperLine, GBC.eop().insets(20, 0, 0, 0));
    133        
     133
    134134        panel.add(performanceLabel, GBC.eop().insets(5,10,0,0));
    135135        panel.add(useAntialiasing, GBC.eop().insets(20,0,0,0));
     
    137137        panel.add(useHighlighting, GBC.eop().insets(20,0,0,0));
    138138        panel.add(outlineOnly, GBC.eol().insets(20,0,0,0));
    139        
     139
    140140        panel.add(new JLabel(tr("Other options")),
    141141                GBC.eop().insets(5,10,0,0));
    142142        panel.add(sourceBounds, GBC.eop().insets(20,0,0,0));
    143143        panel.add(inactive, GBC.eop().insets(20,0,0,0));
    144        
     144
    145145        ExpertToggleAction.addVisibilitySwitcher(performanceLabel);
    146146        ExpertToggleAction.addVisibilitySwitcher(useAntialiasing);
Note: See TracChangeset for help on using the changeset viewer.