BUG 7537 Issue in v 2.0.32 rc5

This problem was fixed, we can resize the note box and this way you can see it well.
This commit is contained in:
Carlos Pacha
2011-10-07 09:29:47 -04:00
parent fe5937366d
commit d5fc158f0e

View File

@@ -360,9 +360,10 @@ var openSummaryWindow = function(appUid, delIndex)
var summaryWindow = new Ext.Window({
title: _('ID_SUMMARY'),
layout: 'fit',
width: 500,
height: 400,
resizable: false,
resizable: true,
closable: true,
modal: true,
autoScroll:true,
@@ -443,4 +444,4 @@ Ext.Panel.prototype.onRender = function(ct, position) {
new Ext.Toolbar(rowbbar[i]).render(this.bbar);
}
}
}
}