### Eclipse Workspace Patch 1.0
#P JOSM
Index: src/org/openstreetmap/josm/gui/tagging/TagTable.java
===================================================================
--- src/org/openstreetmap/josm/gui/tagging/TagTable.java	(Revision 4114)
+++ src/org/openstreetmap/josm/gui/tagging/TagTable.java	(Arbeitskopie)
@@ -350,7 +350,9 @@
 
         // create the table cell editor and set it to key and value columns
         //
-        setTagCellEditor(new TagCellEditor());
+        TagCellEditor tmpEditor = new TagCellEditor();
+        setRowHeight(tmpEditor.getEditor().getPreferredSize().height);
+        setTagCellEditor(tmpEditor);
     }
 
     /**
