You've already forked lazarus-ccr
jvcllaz: Fix 1-pixel offset when printing appointments in TJvTFDays.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -77,6 +77,7 @@ object MainForm: TMainForm
|
|||||||
SelFancyRowHdrAttr.Hr2400 = True
|
SelFancyRowHdrAttr.Hr2400 = True
|
||||||
SelFancyRowHdrAttr.MinorFont.Color = clBlack
|
SelFancyRowHdrAttr.MinorFont.Color = clBlack
|
||||||
SelFancyRowHdrAttr.MajorFont.Color = clBlack
|
SelFancyRowHdrAttr.MajorFont.Color = clBlack
|
||||||
|
SelFancyRowHdrAttr.MajorFont.Height = -18
|
||||||
SelFancyRowHdrAttr.TickColor = clSilver
|
SelFancyRowHdrAttr.TickColor = clSilver
|
||||||
GridLineColor = clSilver
|
GridLineColor = clSilver
|
||||||
PrimeTime.StartTime = 0.333333333333333
|
PrimeTime.StartTime = 0.333333333333333
|
||||||
|
@ -13573,7 +13573,7 @@ begin
|
|||||||
Result.Right := Result.Left + ApptWidth - ApptBuffer;
|
Result.Right := Result.Left + ApptWidth - ApptBuffer;
|
||||||
|
|
||||||
// Printer bug, fixed
|
// Printer bug, fixed
|
||||||
Result.Top := WorkTop;
|
Result.Top := WorkTop - 1;
|
||||||
|
|
||||||
Result.Bottom := CellRect(Col, EndRow, PageInfo).Bottom;
|
Result.Bottom := CellRect(Col, EndRow, PageInfo).Bottom;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user