Added border to columns on the Commands tab

git-svn-id: https://beef.googlecode.com/svn/trunk@1194 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-08-13 03:09:00 +00:00
parent 738c36ed1f
commit 4e4bfe5483

View File

@@ -22,7 +22,7 @@ ZombieTab_Commands = function(zombie) {
var command_module_config = new Ext.Panel({
id: 'zombie-command-module-config-'+zombie.session,
region: 'center',
border: false,
border: true,
layout: 'fit',
autoScroll: true
});
@@ -78,7 +78,7 @@ ZombieTab_Commands = function(zombie) {
region: 'west',
stripeRows: true,
autoScroll: true,
border: false,
border: true,
width: 260,
bodyStyle: 'border-right: 1px solid #99BBE8; border-left: 1px solid #99BBE8;',
i:0,
@@ -138,7 +138,7 @@ ZombieTab_Commands = function(zombie) {
var command_module_tree = new Ext.tree.TreePanel({
id: "zombie-command-modules"+zombie.session,
title: "Module Tree",
border: false,
border: true,
region: 'west',
width: 190,
minSize: 190,