From: Edward Date: Thu, 8 May 2014 10:11:13 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cf826a65c75090e8a7e9cf21300d0b54f5f15f70 Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 868374b7..cbfe9da5 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -117,6 +117,7 @@ "listeners": { "render": "function (_self)\n{\n _this.viewPanel = _self;\n}" }, + "autoScroll": true, "background": false, "fitContainer": true, "fitToFrame": true, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 8c6c5488..d26f3151 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -170,6 +170,7 @@ Pman.Dialog.CoreAutoSavePreview = { _this.viewPanel = _self; } }, + autoScroll : true, background : false, fitContainer : true, fitToFrame : true,