- Timestamp:
- 2012-08-11T20:18:47+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r5424 r5425 10 10 import java.awt.Dialog.ModalityType; 11 11 import java.awt.Dimension; 12 import java.awt.FlowLayout; 12 13 import java.awt.Font; 13 14 import java.awt.GridBagConstraints; … … 626 627 } 627 628 }); 628 p.add(tagLabel, GBC.eol()); 629 JPanel tagPanel = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0)); 630 tagPanel.add(tagLabel); 631 p.add(tagPanel, GBC.eol()); 629 632 } 630 633 }
Note:
See TracChangeset
for help on using the changeset viewer.