Changeset 17732 in josm for trunk/src/org/openstreetmap/josm/gui/preferences
- Timestamp:
- 2021-04-09T21:22:56+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferencesPanel.java
r17312 r17732 79 79 GridBagConstraints gc = new GridBagConstraints(); 80 80 81 gc.anchor = GridBagConstraints. WEST;81 gc.anchor = GridBagConstraints.LINE_START; 82 82 gc.insets = new Insets(5, 5, 0, 0); 83 83 gc.fill = HORIZONTAL; … … 149 149 JPanel pnl = new AutoSizePanel(); 150 150 GridBagConstraints gc = new GridBagConstraints(); 151 gc.anchor = GridBagConstraints. WEST;151 gc.anchor = GridBagConstraints.LINE_START; 152 152 gc.insets = new Insets(5, 5, 0, 0); 153 153 gc.fill = HORIZONTAL;
Note:
See TracChangeset
for help on using the changeset viewer.
