jvcllaz: Fix a series of issues with Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-18 22:20:45 +00:00
parent 0e4645f9bf
commit bfdb6c5eaa
66 changed files with 3102 additions and 3573 deletions

View File

@ -1,4 +1,4 @@
unit JvJanLed;
unit JvJanLED;
{$mode objfpc}{$H+}

View File

@ -198,6 +198,7 @@ type
property Align;
property Anchors;
property BorderSpacing;
property ParentShowHint;
property ShowHint;
property Visible;

View File

@ -258,6 +258,7 @@ type
property DefaultColWidth: Integer read GetDefaultColWidth write SetDefaultColWidth default 16;
property DefaultRowHeight default 18; //: Integer read GetDefaultRowHeight write SetDefaultRowHeihgt default 18;
property BorderSpacing;
property BorderStyle;
property Flat read GetFlat write SetFlat default true;
property ScrollBars;