Pman.Dialog.XtupleVendorEdit.bjs
authorEdward <edward@roojs.com>
Wed, 15 Jan 2014 05:40:59 +0000 (13:40 +0800)
committerEdward <edward@roojs.com>
Wed, 15 Jan 2014 05:40:59 +0000 (13:40 +0800)
Pman.Dialog.XtupleVendorEdit.js

Pman.Dialog.XtupleVendorEdit.bjs
Pman.Dialog.XtupleVendorEdit.js

index 181f369..d2a130b 100644 (file)
                                     "*prop": "colModel[]",
                                     "dataIndex": "vendaddr_name",
                                     "header": "Name",
-                                    "width": 120,
+                                    "width": 100,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
index a46124e..8f750d1 100644 (file)
@@ -919,7 +919,7 @@ Pman.Dialog.XtupleVendorEdit = {
                                 xns: Roo.grid,
                                 dataIndex : 'vendaddr_name',
                                 header : 'Name',
-                                width : 120,
+                                width : 100,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
                             {