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

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

index 7a2ee6b..1752b44 100644 (file)
                                             "align": "right",
                                             "dataIndex": "curr_rate",
                                             "header": "Rate",
-                                            "width": 75,
+                                            "width": 150,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) {    \n     return String.format('{2}1 = {1}{0}', \n        Roo.util.Format.number(1.0/v,2),\n        r.data.base_curr_symbol,\n        r.data.curr_id_curr_symbol\n    ); \n}",
                                             "|xns": "Roo.grid"
index aa66cd3..3158585 100644 (file)
@@ -370,7 +370,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     align : 'right',
                                     dataIndex : 'curr_rate',
                                     header : 'Rate',
-                                    width : 75,
+                                    width : 150,
                                     renderer : function(v) {    
                                          return String.format('{2}1 = {1}{0}', 
                                             Roo.util.Format.number(1.0/v,2),