Ignore:
Timestamp:
2009-12-12T01:08:00+01:00 (14 years ago)
Author:
framm
Message:
  • small fix in upload dialog layout
File:
1 edited

Legend:

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

    r2599 r2614  
    8282        }
    8383
    84         // -- single request strategy
     84        // -- headline
    8585        GridBagConstraints gc = new GridBagConstraints();
    8686        gc.gridx = 0;
     
    8989        gc.weighty = 0.0;
    9090        gc.gridwidth = 4;
     91        gc.fill = GridBagConstraints.HORIZONTAL;
    9192        gc.insets = new Insets(0,0,3,0);
    9293        gc.anchor = GridBagConstraints.FIRST_LINE_START;
Note: See TracChangeset for help on using the changeset viewer.