Changeset 8330 in josm for trunk


Ignore:
Timestamp:
2015-05-05T20:42:25+02:00 (9 years ago)
Author:
simon04
Message:

see #11384 - Attempt to fix UI problem with add tag dialog

File:
1 edited

Legend:

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

    r8308 r8330  
    643643            final JLabel helpLabel = new JLabel(text);
    644644            helpLabel.setFont(helpLabel.getFont().deriveFont(Font.PLAIN));
    645             contentPane.add(helpLabel, GBC.eol().insets(1, 2, 1, 2));
     645            contentPane.add(helpLabel, GBC.eol().fill(GridBagConstraints.HORIZONTAL).insets(1, 2, 1, 2));
    646646            super.setContentPane(contentPane);
    647647        }
Note: See TracChangeset for help on using the changeset viewer.