- Timestamp:
- 2012-08-12T02:49:21+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r5429 r5433 648 648 JPanel tagPanel = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0)); 649 649 tagPanel.add(tagLabel); 650 p.add(tagPanel, GBC.eol() );650 p.add(tagPanel, GBC.eol().fill(GBC.HORIZONTAL)); 651 651 } 652 652 }
Note:
See TracChangeset
for help on using the changeset viewer.