Pman.Tab.XtupleItem.bjs
authorEdward <edward@roojs.com>
Thu, 21 Nov 2013 06:39:44 +0000 (14:39 +0800)
committerEdward <edward@roojs.com>
Thu, 21 Nov 2013 06:39:44 +0000 (14:39 +0800)
Pman.Tab.XtupleItem.js

Pman.Tab.XtupleItem.bjs
Pman.Tab.XtupleItem.js

index e9072da..b3cb3bc 100644 (file)
                                             "dataIndex": "item_char_productgroup",
                                             "header": "Product Group",
                                             "sortable": true,
-                                            "width": 60,
+                                            "width": 100,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid",
index 0a31fca..f2df729 100644 (file)
@@ -1260,7 +1260,7 @@ Pman.Tab.XtupleItem = new Roo.XComponent({
                                     dataIndex : 'item_char_productgroup',
                                     header : 'Product Group',
                                     sortable : true,
-                                    width : 60,
+                                    width : 100,
                                     renderer : function(v) { return String.format('{0}', v); },
                                     editor : {
                                         xtype: 'GridEditor',