]> source.dussan.org Git - vaadin-framework.git/commitdiff
Table: fixed default row height to comfort with default theme (used with empty tables)
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 31 Oct 2007 09:24:35 +0000 (09:24 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 31 Oct 2007 09:24:35 +0000 (09:24 +0000)
svn changeset:2632/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java

index 88119ff77c70cc5de16e440c50d10872fd4debc7..6fc420fe852846f82a4c548f3138347604e6d563 100644 (file)
@@ -1412,7 +1412,7 @@ public class IScrollTable extends Composite implements Table, ScrollListener,
 
                public static final int CELL_EXTRA_WIDTH = 20;
 
-               public static final int DEFAULT_ROW_HEIGHT = 25;
+               public static final int DEFAULT_ROW_HEIGHT = 24;
 
                public static final int CELL_CONTENT_PADDING = 3;