callite: trunk version 0.3.5

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6774 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-12-27 22:01:36 +00:00
parent 7d36353fbd
commit 9dce7de5ab
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="A lightweight calendar component"/> <Description Value="A lightweight calendar component"/>
<License Value="Modified LGL2 (with linking exception)"/> <License Value="Modified LGL2 (with linking exception)"/>
<Version Minor="3" Release="4"/> <Version Minor="3" Release="5"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="source/calendarlite.pas"/> <Filename Value="source/calendarlite.pas"/>

View File

@ -27,6 +27,7 @@ object Form1: TForm1
AutoFill = True AutoFill = True
Caption = 'Set calendar Options' Caption = 'Set calendar Options'
ChildSizing.LeftRightSpacing = 6 ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = -1
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkHorizontal = crsScaleChilds