Pman.Tab.CmsBlog.bjs
authoredward <edward@roojs.com>
Thu, 19 Apr 2018 07:06:51 +0000 (15:06 +0800)
committeredward <edward@roojs.com>
Thu, 19 Apr 2018 07:06:51 +0000 (15:06 +0800)
Pman.Tab.CmsBlog.js

Pman.Tab.CmsBlog.bjs
Pman.Tab.CmsBlog.js

index 13000e0..84d5003 100644 (file)
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 50,
+           "width" : 25,
            "header" : "Active",
            "$ renderer" : "function(v,x,r) {\n     \n    var state = v> 0 ?  '' : '-checked';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n}",
            "$ xns" : "Roo.grid",
index a235523..f3dd4cd 100644 (file)
@@ -1920,7 +1920,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({
          
              return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
          },
-         width : 50,
+         width : 25,
          xns : Roo.grid,
          '|xns' : 'Roo.grid'
         },