From: edward Date: Thu, 19 Apr 2018 07:07:27 +0000 (+0800) Subject: Pman.Tab.CmsBlog.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Cms;a=commitdiff_plain;h=908442ce36e8f0b3c4707af16401a42289ce8c22 Pman.Tab.CmsBlog.bjs Pman.Tab.CmsBlog.js --- diff --git a/Pman.Tab.CmsBlog.bjs b/Pman.Tab.CmsBlog.bjs index 1f0f2ede..2e7f383e 100644 --- a/Pman.Tab.CmsBlog.bjs +++ b/Pman.Tab.CmsBlog.bjs @@ -677,7 +677,7 @@ }, { "xtype" : "ColumnModel", - "width" : 30, + "width" : 50, "header" : "Active", "$ renderer" : "function(v,x,r) {\n \n var state = v> 0 ? '' : '-checked';\n\n return '';\n}", "$ xns" : "Roo.grid", @@ -723,7 +723,7 @@ { "xtype" : "ColumnModel", "header" : "Postion", - "width" : 50, + "width" : 30, "$ renderer" : "function(v,x,r) \n{ \n \n return v *1;\n \n}", "$ xns" : "Roo.grid", "* prop" : "cm[]", diff --git a/Pman.Tab.CmsBlog.js b/Pman.Tab.CmsBlog.js index dc4ccf6f..760410a5 100644 --- a/Pman.Tab.CmsBlog.js +++ b/Pman.Tab.CmsBlog.js @@ -1920,7 +1920,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ return ''; }, - width : 30, + width : 50, xns : Roo.grid, '|xns' : 'Roo.grid' }, @@ -2021,7 +2021,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ return v *1; }, - width : 50, + width : 30, xns : Roo.grid, '|xns' : 'Roo.grid' }