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

git-svn-id: branches/fixes_2_0@63369 -
This commit is contained in:
mattias 2020-06-17 09:58:00 +00:00
parent 55770eb7c7
commit 6404ef3b30

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