fix scrolling bug

This commit is contained in:
Sebastian Sdorra
2010-10-22 19:17:32 +02:00
parent 0254dd197a
commit 0478552be3

View File

@@ -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,