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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user