mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Get historylog to better fit its tab's full height
This commit is contained in:
parent
e67e8672df
commit
b9470e8594
@ -171,6 +171,7 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e
|
|||||||
|
|
||||||
// Create the dynheight component which dynamically scales the inner
|
// Create the dynheight component which dynamically scales the inner
|
||||||
// container.
|
// container.
|
||||||
|
this.div.parentsUntil('.et2_tabs').height('100%');
|
||||||
this.dynheight = new et2_dynheight(this.div.parent(),
|
this.dynheight = new et2_dynheight(this.div.parent(),
|
||||||
this.innerDiv, 250
|
this.innerDiv, 250
|
||||||
);
|
);
|
||||||
@ -661,6 +662,10 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e
|
|||||||
this.div.trigger('resize.' +this.options.value.app + this.options.value.id);
|
this.div.trigger('resize.' +this.options.value.app + this.options.value.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(this.dynheight)
|
||||||
|
{
|
||||||
|
this.dynheight.update();
|
||||||
|
}
|
||||||
// Resize diff widgets to match new space
|
// Resize diff widgets to match new space
|
||||||
if(this.dataview)
|
if(this.dataview)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user