tvplanit: Fix scaling when printing contacts to printer.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-07 17:45:28 +00:00
parent 8210ffc6af
commit 469cf2e19e
4 changed files with 169 additions and 122 deletions

View File

@@ -308,6 +308,7 @@ type
property LeftCol: Integer read FLeftCol write SetLeftCol;
property TopRow: Integer read FTopRow write SetTopRow;
// Unscaled dimensions
property RowHeight: Integer read FRowHeight;
property DayColHeaderHeight: Integer read FDayColHeaderHeight;
property MonthColHeaderHeight: Integer read FMonthColHeaderHeight;