Hi.
I have been using daypilot-1895.
When you set the following value to the property layout was collapsed.
$dp.headerLevels = 2;
$dp.headerHeight = 16;
$dp.allDayEventHeight = 10;
$dp.headerHeightAutoFit = true;
$dp.allDayHeaderHeight = 20;
However, the following two lines If you comment, layout did not collapse.
// $ Dp.allDayEventHeight = 10;
// $ Dp.allDayHeaderHeight = 20;
If the layout is lost, the height of the message is abnormal.
I want to know the correct settings.