Index: trunk/src/org/openstreetmap/josm/gui/io/UploadStrategySelectionPanel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/io/UploadStrategySelectionPanel.java	(revision 2613)
+++ trunk/src/org/openstreetmap/josm/gui/io/UploadStrategySelectionPanel.java	(revision 2614)
@@ -82,5 +82,5 @@
         }
 
-        // -- single request strategy
+        // -- headline
         GridBagConstraints gc = new GridBagConstraints();
         gc.gridx = 0;
@@ -89,4 +89,5 @@
         gc.weighty = 0.0;
         gc.gridwidth = 4;
+        gc.fill = GridBagConstraints.HORIZONTAL;
         gc.insets = new Insets(0,0,3,0);
         gc.anchor = GridBagConstraints.FIRST_LINE_START;
