Changeset 16237 in josm for trunk/src/org
- Timestamp:
- 2020-04-06T01:03:26+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java
r16236 r16237 108 108 obtainSource.add(obtainSourceOnce, GBC.std().anchor(GBC.WEST)); 109 109 obtainSource.add(new JLabel(), GBC.eol().fill(GBC.HORIZONTAL)); 110 pnl.add(obtainSource, GBC.eol().insets(0, 0, 10, 3).fill(GBC.HORIZONTAL)); 110 if (Config.getPref().getBoolean("upload.show.automatic.source", true)) { 111 pnl.add(obtainSource, GBC.eol().insets(0, 0, 10, 3).fill(GBC.HORIZONTAL)); 112 } 111 113 112 114 hcbUploadSource.setToolTipText(tr("Enter a source"));
Note:
See TracChangeset
for help on using the changeset viewer.