From bcfaa604056dac4c51bf44d273e2ec7e48c542e6 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 28 Nov 2013 18:43:44 +0000 Subject: [PATCH] Automatically size just to parent, not whole window --- etemplate/js/et2_widget_historylog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_widget_historylog.js b/etemplate/js/et2_widget_historylog.js index a1030dcd2b..594add6193 100644 --- a/etemplate/js/et2_widget_historylog.js +++ b/etemplate/js/et2_widget_historylog.js @@ -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 );