Problem with time on TPlanner

Hi, I have a problem with a TPlanner control. I use a day planner, but if I set Display.DisplayScale to low (like 15), I don't see the complet hour (like picture).



How can I see complete hour ?

Thank you, and sorry for my bad english

We have been able to reproduce this. It is a limitation that due to per cell drawing, the hour text needs to fit in a cell. We'll investigate if we can enhance this behavior. A workaround for now is to decrease the hour font by decreasing the value : Planner.Display.HourFontRatio

Ok thank you.