Changeset 14755 in osm for applications/editors/josm
- Timestamp:
- 2009-04-26T01:59:45+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java
r14753 r14755 141 141 FlowLayout pnlButtonsLayout = new FlowLayout(); 142 142 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)); 144 144 pnlButtons.setLayout(pnlButtonsLayout); 145 145 { … … 171 171 TextInputDialog tid = new TextInputDialog(); 172 172 tid.setTitle(title); 173 tid.setSize(new Dimension(5 00, 180));173 tid.setSize(new Dimension(550, 180)); 174 174 tid.setDescription(description); 175 175 tid.setHistory(history);
Note:
See TracChangeset
for help on using the changeset viewer.