mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Don't try to fill the window, just the parent
This commit is contained in:
parent
f08af9d467
commit
68b4d0e975
@ -71,7 +71,7 @@ var et2_split = et2_DOMWidget.extend([et2_IResizeable],
|
||||
|
||||
// Create the dynheight component which dynamically scales the inner
|
||||
// container.
|
||||
this.dynheight = new et2_dynheight(this.egw().window,this.div, 100);
|
||||
this.dynheight = new et2_dynheight(this._parent.getDOMNode(),this.div, 100);
|
||||
|
||||
// Add something so we can see it - will be replaced if there's children
|
||||
this.left = $j("<div>Top / Left</div>").appendTo(this.div);
|
||||
|
Loading…
Reference in New Issue
Block a user