Changeset 1354 in josm for trunk/src/org


Ignore:
Timestamp:
2009-01-31T20:19:21+01:00 (15 years ago)
Author:
stoecker
Message:

apply patch by xeen - close #2114

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java

    r1353 r1354  
    438438    private final SideButton btnDel;
    439439
    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>");
    441441
    442442    /**
     
    531531        scrollPane.addMouseListener(dblClickWatch);
    532532        add(scrollPane, BorderLayout.CENTER);
     533       
     534        selectSth.setPreferredSize(scrollPane.getSize());
    533535
    534536        JPanel buttonPanel = new JPanel(new GridLayout(1,3));
Note: See TracChangeset for help on using the changeset viewer.