From 104489181949c938aa551017595ce80f0edf4233 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 11 Apr 2019 14:30:24 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 5d13586f..f8b15147 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1487,7 +1487,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { } if(g.valueFormat == 'image') { - out+=String.format('
', + out+=String.format('
', g.colspan, g.rowspan, g.cls.join(' '), 'overflow:hidden;' + 'width:'+w+'px;' + @@ -1495,7 +1495,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { 'text-overflow:ellipsis;' + 'white-space:nowrap;', g.imageType, - value + value, g.width, g.height ); c+=(g.colspan-1); -- 2.39.2