BUG 9926 I add the propety float right

I add the propety float right
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-10-17 11:59:28 -04:00
parent 773a66e7a3
commit f5df808988
3 changed files with 13 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ Ext.onReady(function(){
mainMenu = new Ext.Panel({
id:'menuTreePanel',
title: '',
region: 'west',
region: regionTreePanel,
layout: 'border',
width: 200,
height: 500,
@@ -412,7 +412,7 @@ Ext.onReady(function(){
debugPanel = new Ext.Panel({
id:'debugPanel',
title: _('ID_DEBUG_PANEL_TITLE'),
region: 'east',
region: regionDebug,
layout: 'border',
width: 300,
height: 500,