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

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

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