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

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

index 22b0260..be442d2 100644 (file)
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_effective",
                                             "header": "From",
-                                            "width": 75,
+                                            "width": 150,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
                                             "|xns": "Roo.grid"
index f29d5fa..f07fafd 100644 (file)
@@ -312,7 +312,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     xns: Roo.grid,
                                     dataIndex : 'curr_effective',
                                     header : 'From',
-                                    width : 75,
+                                    width : 150,
                                     renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
                                 },
                                 {