mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix background showing below title in planner view
This commit is contained in:
parent
cd30a70a96
commit
32e00d420b
@ -362,11 +362,13 @@ var et2_calendar_event = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
* > 4 - Show description as well, truncated to fit
|
||||
*/
|
||||
_small_size: function() {
|
||||
|
||||
if(this.options.value.whole_day_on_top) return;
|
||||
|
||||
// Pre-calculation reset
|
||||
this.div.removeClass('calendar_calEventSmall');
|
||||
this.body.css('height', 'auto');
|
||||
|
||||
if(this.options.value.whole_day_on_top) return;
|
||||
var line_height = parseFloat(this.div.css('line-height'));
|
||||
var visible_lines = Math.floor(this.div.innerHeight() / line_height);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user