Index: /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java
===================================================================
--- /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java	(revision 14754)
+++ /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java	(revision 14755)
@@ -141,5 +141,5 @@
                 FlowLayout pnlButtonsLayout = new FlowLayout();
                 pnlButtonsLayout.setAlignment(FlowLayout.RIGHT);
-                pnlMain.add(pnlButtons, new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0, GridBagConstraints.SOUTHEAST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0));
+                pnlMain.add(pnlButtons, new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0, GridBagConstraints.SOUTHEAST, GridBagConstraints.HORIZONTAL, new Insets(5, 5, 5, 5), 0, 0));
                 pnlButtons.setLayout(pnlButtonsLayout);
                 {
@@ -171,5 +171,5 @@
         TextInputDialog tid = new TextInputDialog();
         tid.setTitle(title);
-        tid.setSize(new Dimension(500, 180));
+        tid.setSize(new Dimension(550, 180));
         tid.setDescription(description);
         tid.setHistory(history);
