From: edward Date: Thu, 19 Apr 2018 07:07:12 +0000 (+0800) Subject: Pman.Tab.CmsBlog.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Cms;a=commitdiff_plain;h=440a6220616c3fadc7ef6339e467b577af8bcb08 Pman.Tab.CmsBlog.bjs Pman.Tab.CmsBlog.js --- diff --git a/Pman.Tab.CmsBlog.bjs b/Pman.Tab.CmsBlog.bjs index 84d5003f..1f0f2ede 100644 --- a/Pman.Tab.CmsBlog.bjs +++ b/Pman.Tab.CmsBlog.bjs @@ -668,7 +668,7 @@ }, { "xtype" : "ColumnModel", - "width" : 75, + "width" : 50, "header" : "Image", "$ renderer" : "function(v,x,r) \n{ \n if(!v){\n return '';\n }\n \n return String.format('', baseURL, v); \n}", "$ xns" : "Roo.grid", @@ -677,7 +677,7 @@ }, { "xtype" : "ColumnModel", - "width" : 25, + "width" : 30, "header" : "Active", "$ renderer" : "function(v,x,r) {\n \n var state = v> 0 ? '' : '-checked';\n\n return '';\n}", "$ xns" : "Roo.grid", diff --git a/Pman.Tab.CmsBlog.js b/Pman.Tab.CmsBlog.js index f3dd4cd9..dc4ccf6f 100644 --- a/Pman.Tab.CmsBlog.js +++ b/Pman.Tab.CmsBlog.js @@ -1906,7 +1906,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ return String.format('', baseURL, v); }, - width : 75, + width : 50, xns : Roo.grid, '|xns' : 'Roo.grid' }, @@ -1920,7 +1920,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ return ''; }, - width : 25, + width : 30, xns : Roo.grid, '|xns' : 'Roo.grid' },