Ticket #4948: 4948_1.patch
File 4948_1.patch, 656 bytes (added by , 14 years ago) |
---|
-
src/org/openstreetmap/josm/gui/tagging/TagTable.java
### Eclipse Workspace Patch 1.0 #P JOSM
350 350 351 351 // create the table cell editor and set it to key and value columns 352 352 // 353 setTagCellEditor(new TagCellEditor()); 353 TagCellEditor tmpEditor = new TagCellEditor(); 354 setRowHeight(tmpEditor.getEditor().getPreferredSize().height); 355 setTagCellEditor(tmpEditor); 354 356 } 355 357 356 358 /**