jvcllaz: Fix too-small default font used by TJvTFDaysPrinter for appointments (JvTimeFramework)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7108 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-08-09 17:29:14 +00:00
parent 4c9b7a668f
commit 63789cb360
3 changed files with 20 additions and 8 deletions

View File

@ -390,6 +390,7 @@ end;
procedure TMainForm.NextDateButtonClick(Sender: TObject);
begin
JvTFDays1.NextDate;
JvTFMonths1.DisplayDate := JvTFDays1.CurrentDate;
end;
procedure TMainForm.GotoDatePickerChange(Sender: TObject);