LCL: Avoid thick border of TCalendarPopupForm used by TDateEdit (patch by Roland Hahn).

git-svn-id: trunk@63189 -
This commit is contained in:
wp 2020-05-20 22:39:47 +00:00
parent 8cd0ab8b18
commit 1c83511c19

View File

@ -13,14 +13,13 @@ object CalendarPopupForm: TCalendarPopupForm
OnCreate = FormCreate
OnDeactivate = FormDeactivate
PopupMode = pmAuto
LCLVersion = '1.7'
LCLVersion = '2.1.0.0'
object Calendar: TCalendar
Left = 0
Height = 160
Top = 0
Width = 176
AutoSize = True
BorderSpacing.Around = 1
DateTime = 38823
OnDblClick = CalendarDblClick
OnKeyDown = CalendarKeyDown