Changeset 10378 in josm for trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
- Timestamp:
- 2016-06-15T10:30:37+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r10212 r10378 54 54 * Dialog displayed to download OSM and/or GPS data from OSM server. 55 55 */ 56 public class DownloadDialog extends JDialog {56 public class DownloadDialog extends JDialog { 57 57 /** the unique instance of the download dialog */ 58 58 private static DownloadDialog instance; … … 169 169 pnl.add(cbStartup, GBC.std().anchor(GBC.WEST).insets(15, 5, 5, 5)); 170 170 171 pnl.add(sizeCheck, GBC.eol().anchor(GBC.EAST).insets(5, 5, 5, 2));171 pnl.add(sizeCheck, GBC.eol().anchor(GBC.EAST).insets(5, 5, 5, 2)); 172 172 173 173 if (!ExpertToggleAction.isExpert()) { 174 JLabel infoLabel = new JLabel(174 JLabel infoLabel = new JLabel( 175 175 tr("Use left click&drag to select area, arrows or right mouse button to scroll map, wheel or +/- to zoom.")); 176 176 pnl.add(infoLabel, GBC.eol().anchor(GBC.SOUTH).insets(0, 0, 0, 0));
Note:
See TracChangeset
for help on using the changeset viewer.
