mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
idots theme needs to use window, since the parent might not be full height either
This commit is contained in:
parent
6cfda15a5f
commit
9248942e9f
@ -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._parent.getDOMNode(),this.div, 100);
|
||||
this.dynheight = new et2_dynheight(this.egw().window,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