Changeset 1354 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-01-31T20:19:21+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java
r1353 r1354 438 438 private final SideButton btnDel; 439 439 440 private final JLabel selectSth = new JLabel( tr("Please select the objects you want to change properties for."));440 private final JLabel selectSth = new JLabel("<html><p>" + tr("Please select the objects you want to change properties for.") + "</p></html>"); 441 441 442 442 /** … … 531 531 scrollPane.addMouseListener(dblClickWatch); 532 532 add(scrollPane, BorderLayout.CENTER); 533 534 selectSth.setPreferredSize(scrollPane.getSize()); 533 535 534 536 JPanel buttonPanel = new JPanel(new GridLayout(1,3));
Note:
See TracChangeset
for help on using the changeset viewer.