Automatically size just to parent, not whole window

This commit is contained in:
Nathan Gray 2013-11-28 18:43:44 +00:00
parent b14424dbd1
commit bcfaa60405

View File

@ -128,7 +128,7 @@ var et2_historylog = et2_valueWidget.extend([et2_IDataProvider],
// Create the dynheight component which dynamically scales the inner
// container.
this.dynheight = new et2_dynheight(this.egw().window,
this.dynheight = new et2_dynheight(this.div.parent(),
this.innerDiv, 250
);