mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix wrong width for week when going from day -> planner -> week
This commit is contained in:
parent
17b1a3387f
commit
f01c973324
@ -1982,6 +1982,9 @@ app.classes.calendar = AppJS.extend(
|
||||
else
|
||||
{
|
||||
$j(view.etemplates[0].DOMContainer).css("width","100%");
|
||||
view.etemplates[0].widgetContainer.iterateOver(function(w) {
|
||||
w.set_width('100%');
|
||||
},this,et2_calendar_timegrid);
|
||||
}
|
||||
|
||||
// Trigger resize to get correct sizes, as they may have sized while
|
||||
|
Loading…
Reference in New Issue
Block a user