Skip to content
Snippets Groups Projects
Commit 800ba200 authored by tux091's avatar tux091
Browse files

Add the autoscroll on the panel.

parent aaa0b4fa
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ App.BasePanelWithSelector = Ext.extend(Ext.Panel, { ...@@ -48,6 +48,7 @@ App.BasePanelWithSelector = Ext.extend(Ext.Panel, {
cfg = { cfg = {
layout: 'border', layout: 'border',
items: [{ items: [{
autoScroll: true,
border: false, border: false,
layout: 'fit', layout: 'fit',
itemId: 'mainPanel', itemId: 'mainPanel',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment