Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 07:11:53 +0000 (15:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 07:11:53 +0000 (15:11 +0800)
Pman.Gnumeric.js

index 7e06474..299aeaa 100644 (file)
@@ -785,9 +785,9 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
             // it might mess things up..
             
             if (rows[row].getAttribute('xls:height')) {
-                this.setRowHeight(row + yoff, 1* rows[row].getAttribute('xls:height'));
+                this.setRowHeight(row + yoff +1, 1* rows[row].getAttribute('xls:height'));
             } else {
-                this.setRowHeight( row + yoff, Roo.get(rows[row]).getHeight());
+                this.setRowHeight( row + yoff +1, Roo.get(rows[row]).getHeight());
             }