You've already forked lazarus-ccr
tvplanit: Fix page-breaks when printing contact grid to printer or preview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8526 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -75,7 +75,7 @@ const
|
||||
MaxDateLen = 40; { maximum length of date picture strings }
|
||||
MaxMonthName = 15; { maximum length for month names }
|
||||
MaxDayName = 15; { maximum length for day names }
|
||||
TEXT_MARGIN = 5; { amount of space around text }
|
||||
TEXT_MARGIN = 5; { amount of space around text (pixels) }
|
||||
MaxVisibleEvents = 1024; { maximum number of events that can be }
|
||||
{ visible at any one time }
|
||||
MaxEventDepth = 50; { the maximum number of side by side }
|
||||
@ -85,8 +85,8 @@ const
|
||||
{ each event click in the TimeGrid }
|
||||
calDefHeight = 140; { popup calendar default height }
|
||||
calDefWidth = 200; { popup calendar default width }
|
||||
ExtraBarWidth = 2; { The extra, draggable area on either side }
|
||||
{ of the Contact Grid's horizontal bars. }
|
||||
ExtraBarWidth = 2; { The extra, draggable area on each side }
|
||||
{ of the Contact Grid's vertical bars. }
|
||||
CompareTimeEPS = 0.1 * OneSecond; { Epsilon for time comparison, 0.1 sec }
|
||||
|
||||
cmPerInch = 2.54; { 1 inch is 2.54 cm }
|
||||
|
Reference in New Issue
Block a user