From 0478552be30af8ad3e030fb8097f258143e06e81 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 22 Oct 2010 19:17:32 +0200 Subject: [PATCH] fix scrolling bug --- scm-webapp/src/main/webapp/resources/js/sonia.rest.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.rest.js b/scm-webapp/src/main/webapp/resources/js/sonia.rest.js index c9c62b435e..9f02855760 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.rest.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.rest.js @@ -319,13 +319,12 @@ Sonia.rest.RestPanel = Ext.extend(Ext.Panel,{ title: this.title, layout: 'border', border: false, - closable: true, - autoScroll: true, items:[ this.grid,{ id: 'southpanel', xtype: 'panel', region: 'south', + autoScroll: true, split: true, frame: true, height: 200,