Removed autoScroll from command config panel

Fixes issue 472



git-svn-id: https://beef.googlecode.com/svn/trunk@1269 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-09-10 08:09:05 +00:00
parent 1afc488a8d
commit 2c60a5ec89

View File

@@ -24,7 +24,6 @@ ZombieTab_Commands = function(zombie) {
region: 'center',
border: true,
layout: 'fit',
autoScroll: true
});
var welcomeWindow = new Ext.Window({
@@ -207,7 +206,6 @@ ZombieTab_Commands = function(zombie) {
title:'Commands',
layout: 'fit',
region: 'center',
autoScroll: true,
items: {
layout: 'border',
border: false,