updating designer

This commit is contained in:
Erik Amaru Ortiz
2011-02-25 04:16:10 +00:00
parent b6f9517c43
commit ff75ab3871

View File

@@ -178,7 +178,7 @@ Ext.onReady ( function() {
//containerScroll: true, //containerScroll: true,
rootVisible : false, rootVisible : false,
border: true, border: true,
height: PMExt.getBrowser().screen.height * 0.25, height: PMExt.getBrowser().screen.height * 0.3,
region: 'north', region: 'north',
split : true, split : true,
collapseMode:'mini', collapseMode:'mini',
@@ -614,4 +614,4 @@ Ext.onReady ( function() {
//Ext.getCmp('eastPanel').hide(); //Ext.getCmp('eastPanel').hide();
//Ext.getCmp('eastPanel').ownerCt.doLayout(); //Ext.getCmp('eastPanel').ownerCt.doLayout();
}); });