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

    r5898 r6070  
    6363                w = iScreenSize.width * 90 / 100;
    6464                h = iScreenSize.height * 90 / 100;
    65                 iDownloadDialogDimension = iGui.getSize(); 
     65                iDownloadDialogDimension = iGui.getSize();
    6666            }
    6767            // shrink
     
    7373            }
    7474
    75             // resize and center the DownloadDialog 
    76             iGui.setBounds((iScreenSize.width - w) / 2, (iScreenSize.height - h) / 2, w, h); 
     75            // resize and center the DownloadDialog
     76            iGui.setBounds((iScreenSize.width - w) / 2, (iScreenSize.height - h) / 2, w, h);
    7777            repaint();
    7878        }
Note: See TracChangeset for help on using the changeset viewer.