Pman.Tab.XtupleCurrency.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:41:17 +0000 (18:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:41:17 +0000 (18:41 +0800)
Pman.Tab.XtupleCurrency.js

Pman.Tab.XtupleCurrency.bjs
Pman.Tab.XtupleCurrency.js

index 4eb1bee..69ba594 100644 (file)
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_name",
                                             "header": "Name",
-                                            "width": 200,
+                                            "width": 80,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v,x,r) { \n\n    return String.format(r.data.curr_base*1 ? '<span style=\"color:red\">{0}</span>' : '{0}', v); \n    \n}",
                                             "|xns": "Roo.grid"
index a01f729..58fb89b 100644 (file)
@@ -141,7 +141,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     xns: Roo.grid,
                                     dataIndex : 'curr_name',
                                     header : 'Name',
-                                    width : 200,
+                                    width : 80,
                                     renderer : function(v,x,r) { 
                                     
                                         return String.format(r.data.curr_base*1 ? '<span style="color:red">{0}</span>' : '{0}', v);