Pman.Gnumeric.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2019 07:50:25 +0000 (15:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2019 07:50:25 +0000 (15:50 +0800)
Pman.Gnumeric.js

index d9060f9..fb75fc3 100644 (file)
@@ -1166,7 +1166,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         
         var rowHeight = typeof(this.rowInfoDom[row]) == 'undefined' ? 100 : 
                this.rowInfoDom[row].getAttribute('Unit')*1;
-       
+        
        
         var ww2 = 1 - ((colwidth - width) / this.colInfo[endcol]);
         var hh2 = 1 - ((rowHeight - height) /    rowHeight);