From ac2f6d096a2dd107f2aae3f517fbfb95fdbbf90d Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Sep 2017 12:31:30 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2