tvplanit: TVpGanttView supports LCL scaling. Fix font scaling in TVpDayView, TVpWeekView, TVpMonthView, TVpContactGrid and TVpTaskList.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8437 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-02 09:39:21 +00:00
parent 6d561ddb92
commit f60702ccb7
11 changed files with 123 additions and 21 deletions

View File

@ -328,14 +328,14 @@ object DlgEventEdit: TDlgEventEdit
AnchorSideTop.Control = StartDate
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = StartDate
Left = 78
Left = 105
Height = 15
Top = 105
Width = 54
Width = 27
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'Start time:'
Caption = 'Start:'
Color = clDefault
ParentColor = False
end
@ -344,14 +344,14 @@ object DlgEventEdit: TDlgEventEdit
AnchorSideTop.Control = EndDate
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = EndDate
Left = 82
Left = 109
Height = 15
Top = 136
Width = 50
Width = 23
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'End time:'
Caption = 'End:'
Color = clDefault
ParentColor = False
end