Ignore:
Timestamp:
2020-01-26T19:58:46+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #18523 - fix upload dialog layout (patch by taylor.smock)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java

    r15752 r15778  
    180180        setBorder(BorderFactory.createEmptyBorder(3, 3, 3, 3));
    181181        add(buildUploadCommentPanel(), GBC.eol().fill(GBC.BOTH));
    182         add(pnlUploadParameterSummary, GBC.eol().fill(GBC.HORIZONTAL));
    183         add(cbRequestReview, GBC.eol().fill(GBC.HORIZONTAL));
     182        add(pnlUploadParameterSummary, GBC.eol().fill(GBC.BOTH));
     183        add(cbRequestReview, GBC.eol().fill(GBC.BOTH));
    184184        cbRequestReview.addItemListener(e -> changesetReviewModel.setReviewRequested(e.getStateChange() == ItemEvent.SELECTED));
    185185    }
Note: See TracChangeset for help on using the changeset viewer.