BUG 8606 The dialog box to edit calendars is too high to see their... SOLVED

- It was found that the problem lies in the layout that only affects IE.
- Se modifico el atributo de layout de border a fit, en este caso si funciona para los tres navegadores firefox, chrome, IE.
This commit is contained in:
Marco Antonio Nina
2012-03-22 18:46:13 -04:00
parent cf8123b1a1
commit e4c9e88f57

View File

@@ -703,7 +703,7 @@ Ext.onReady( function() {
new Ext.Viewport({
autoScroll : true,
// layout: 'border',
layout: 'fit',
items: [
{
region: 'right',