From 1c38d5649035d4cd88d4248e3746f353549ab565 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Apr 2016 14:27:48 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 3 +++ Pman.Tab.AdminNotify.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 025801b..9449e41 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -43,8 +43,11 @@ "* prop" : "center" }, { + "autoScroll" : true, "xtype" : "LayoutRegion", "$ xns" : "Roo", + "split" : true, + "height" : 150, "* prop" : "south" }, { diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index fd62072..54a5fb5 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -54,6 +54,9 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ xtype : 'LayoutRegion' }, south : { + autoScroll : true, + height : 150, + split : true, xns : Roo, '|xns' : 'Roo', xtype : 'LayoutRegion' -- 2.39.2