From ce2c00abb04750fa539cca1e4e2dd9488971c388 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:06:04 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 1 + Pman.Dialog.CoreAutoSavePreview.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index a8753d3a..d7e2e76c 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -117,6 +117,7 @@ "render": "function (_self)\n{\n _this.viewPanel = _self;\n}" }, "background": false, + "fitContainer": true, "xtype": "ContentPanel", "|xns": "Roo" }, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index caeb226c..4a3bae78 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -254,7 +254,8 @@ Pman.Dialog.CoreAutoSavePreview = { _this.viewPanel = _self; } }, - background : false + background : false, + fitContainer : true } ], center : { -- 2.39.2