Pman.Gnumeric.js
authoredward <edward@roojs.com>
Wed, 6 Sep 2017 04:31:30 +0000 (12:31 +0800)
committeredward <edward@roojs.com>
Wed, 6 Sep 2017 04:31:30 +0000 (12:31 +0800)
Pman.Gnumeric.js

index 116fec7..743106d 100644 (file)
@@ -1224,6 +1224,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         content.setAttribute('image-type', type ? type : 'jpeg');
         content.setAttribute('name', name);
         content.setAttribute('type', 'GOPixbuf');
+        content.setAttribute('width', width);
+        content.setAttribute('height', height);
         
         
         content.setAttribute('size-bytes',data.length);