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

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

index 8676038..4eb1bee 100644 (file)
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_symbol",
                                             "header": "Symbol",
-                                            "width": 100,
+                                            "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 73aa60d..a01f729 100644 (file)
@@ -153,7 +153,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     xns: Roo.grid,
                                     dataIndex : 'curr_symbol',
                                     header : 'Symbol',
-                                    width : 100,
+                                    width : 80,
                                     renderer : function(v,x,r) { 
                                     
                                         return String.format(r.data.curr_base*1 ? '<span style="color:red">{0}</span>' : '{0}', v);