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