forked from extern/egroupware
Automatically size just to parent, not whole window
This commit is contained in:
parent
b14424dbd1
commit
bcfaa60405
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user