forked from extern/egroupware
Change minimum height from 150px to 100px, still enough for a small nm
This commit is contained in:
parent
e231ca5212
commit
e623ea8c82
@ -156,7 +156,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
// Create the dynheight component which dynamically scales the inner
|
||||
// container.
|
||||
this.dynheight = new et2_dynheight(this.getInstanceManager().DOMContainer,
|
||||
this.innerDiv, 150);
|
||||
this.innerDiv, 100);
|
||||
|
||||
// Create the outer grid container
|
||||
this.dataview = new et2_dataview(this.innerDiv, this.egw());
|
||||
|
Loading…
Reference in New Issue
Block a user