Pman.Dialog.AdminCoreEnum.bjs
[Pman.Admin] / Pman.Dialog.AdminCoreEnum.js
index 0f8acfe..9648543 100644 (file)
@@ -30,6 +30,9 @@ Pman.Dialog.AdminCoreEnum = {
         this.dialog = Roo.factory({
             xtype: 'LayoutDialog',
             xns: Roo,
+            height : 300,
+            title : "Pulldown Options",
+            width : 500,
             items : [
                 {
                     xtype: 'GridPanel',
@@ -42,9 +45,9 @@ Pman.Dialog.AdminCoreEnum = {
                             }
                         }
                     },
-                    background : true,
-                    fitContainer : true,
-                    fitToframe : true,
+                    background : false,
+                    fitContainer : false,
+                    fitToframe : false,
                     region : 'center',
                     tableName : 'core_enum',
                     title : "Pulldown Options",