diff --git a/components/jvcllaz/examples/JvTimeFramework/tfmain.lfm b/components/jvcllaz/examples/JvTimeFramework/tfmain.lfm index f3360c50d..ec135fcfd 100644 --- a/components/jvcllaz/examples/JvTimeFramework/tfmain.lfm +++ b/components/jvcllaz/examples/JvTimeFramework/tfmain.lfm @@ -77,6 +77,7 @@ object MainForm: TMainForm SelFancyRowHdrAttr.Hr2400 = True SelFancyRowHdrAttr.MinorFont.Color = clBlack SelFancyRowHdrAttr.MajorFont.Color = clBlack + SelFancyRowHdrAttr.MajorFont.Height = -18 SelFancyRowHdrAttr.TickColor = clSilver GridLineColor = clSilver PrimeTime.StartTime = 0.333333333333333 diff --git a/components/jvcllaz/run/JvTimeFramework/jvtfdays.pas b/components/jvcllaz/run/JvTimeFramework/jvtfdays.pas index 74ca3b8bc..694194866 100644 --- a/components/jvcllaz/run/JvTimeFramework/jvtfdays.pas +++ b/components/jvcllaz/run/JvTimeFramework/jvtfdays.pas @@ -13573,7 +13573,7 @@ begin Result.Right := Result.Left + ApptWidth - ApptBuffer; // Printer bug, fixed - Result.Top := WorkTop; + Result.Top := WorkTop - 1; Result.Bottom := CellRect(Col, EndRow, PageInfo).Bottom; end;