Ignore:
Timestamp:
2017-11-19T21:11:44+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15571 - fix width of "merge layer" combobox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AbstractMergeAction.java

    r12279 r13132  
    109109        JPanel pnl = new JPanel(new GridBagLayout());
    110110        pnl.add(new JLabel(label), GBC.eol());
    111         pnl.add(layerList, GBC.eol());
     111        pnl.add(layerList, GBC.eol().fill(GBC.HORIZONTAL));
    112112        if (GraphicsEnvironment.isHeadless()) {
    113113            // return first layer in headless mode, for unit tests
Note: See TracChangeset for help on using the changeset viewer.