From 45bca62366c8eb528d3c2a3af437a11b6fcdfb93 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 11 Jan 2020 17:02:02 +0000 Subject: [PATCH] jvcllaz: Publish property BorderSpacing for TJvTMTimeLine. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7266 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/jvcllaz/run/JvCustomControls/jvtmtimeline.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/jvcllaz/run/JvCustomControls/jvtmtimeline.pas b/components/jvcllaz/run/JvCustomControls/jvtmtimeline.pas index dd42623b1..b7fa6d5e4 100644 --- a/components/jvcllaz/run/JvCustomControls/jvtmtimeline.pas +++ b/components/jvcllaz/run/JvCustomControls/jvtmtimeline.pas @@ -296,6 +296,8 @@ type property Action; property Align default alTop; property Anchors; + property BorderSpacing; + property Color; property Constraints; property Cursor; property Enabled; @@ -309,7 +311,6 @@ type property ShowHint; property TabOrder; property TabStop; - property Color; // triggered when the display is scrolled or when the left-most date changes property OnChange; // triggered when the control is clicked