resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index b6c1d97..6c30a50 100644 (file)
@@ -552,7 +552,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                dataIndex : r.Field,
                type : r.Type,
                title : r.Field,
-               width : 100,
+               width : 200,
                ftype : 'TextField',
                display_field : rc, //r.Field + '_display_name',
                relates_to_table : rt,
@@ -700,7 +700,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                ];
            
            }
-           
+           /*
            if (el.xtype == 'HtmlEditor') {
                el.height = 100,
                el.resizable = 's',
@@ -716,7 +716,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                   }
                ]
            }
-           
+           */
            formElements.push(el);
            
            formHeight += rec.data.ftype == 'TextArea' ? 100 : 30;