Changeset 13132 in josm
- Timestamp:
- 2017-11-19T21:11:44+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AbstractMergeAction.java
r12279 r13132 109 109 JPanel pnl = new JPanel(new GridBagLayout()); 110 110 pnl.add(new JLabel(label), GBC.eol()); 111 pnl.add(layerList, GBC.eol() );111 pnl.add(layerList, GBC.eol().fill(GBC.HORIZONTAL)); 112 112 if (GraphicsEnvironment.isHeadless()) { 113 113 // return first layer in headless mode, for unit tests
Note:
See TracChangeset
for help on using the changeset viewer.