From: edward Date: Wed, 6 Sep 2017 04:31:30 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ac2f6d096a2dd107f2aae3f517fbfb95fdbbf90d Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 116fec7b..743106dd 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -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);