mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 00:29:34 +02:00
LCL: Avoid thick border of TCalendarPopupForm used by TDateEdit (patch by Roland Hahn).
git-svn-id: trunk@63189 -
This commit is contained in:
parent
8cd0ab8b18
commit
1c83511c19
@ -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