Change minimum height from 150px to 100px, still enough for a small nm

This commit is contained in:
Nathan Gray 2013-11-20 23:27:53 +00:00
parent e231ca5212
commit e623ea8c82

View File

@ -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());