Changeset 14755 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-04-26T01:59:45+02:00 (16 years ago)
Author:
hampelratte
Message:

improved layout behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java

    r14753 r14755  
    141141                FlowLayout pnlButtonsLayout = new FlowLayout();
    142142                pnlButtonsLayout.setAlignment(FlowLayout.RIGHT);
    143                 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));
     143                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));
    144144                pnlButtons.setLayout(pnlButtonsLayout);
    145145                {
     
    171171        TextInputDialog tid = new TextInputDialog();
    172172        tid.setTitle(title);
    173         tid.setSize(new Dimension(500, 180));
     173        tid.setSize(new Dimension(550, 180));
    174174        tid.setDescription(description);
    175175        tid.setHistory(history);
Note: See TracChangeset for help on using the changeset viewer.