mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
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:
parent
55770eb7c7
commit
6404ef3b30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user