You've already forked lazarus-ccr
tvplanit: Check all examples for HiDPI scaling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5882 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -277,6 +277,10 @@ type
|
||||
property Anchors;
|
||||
property Constraints;
|
||||
{$ENDIF}
|
||||
{$IFDEF LCL}
|
||||
property BorderSpacing;
|
||||
property ChildSizing;
|
||||
{$ENDIF}
|
||||
property Active;
|
||||
property Align;
|
||||
property Color;
|
||||
|
@@ -137,6 +137,9 @@ type
|
||||
property Align;
|
||||
property Anchors;
|
||||
property BiDiMode;
|
||||
{$IFDEF LCL}
|
||||
property BorderSpacing;
|
||||
{$ENDIF}
|
||||
property Color;
|
||||
property Constraints;
|
||||
property Cursor;
|
||||
|
@@ -108,7 +108,11 @@ type
|
||||
|
||||
TVpLEDLabel = class(TVpCustomLEDLabel)
|
||||
published
|
||||
{$IFDEF LCL}
|
||||
property BorderSpacing;
|
||||
{$ENDIF}
|
||||
property Version;
|
||||
property Align;
|
||||
property Caption;
|
||||
property Columns;
|
||||
property Rows;
|
||||
|
@@ -395,6 +395,9 @@ type
|
||||
|
||||
TVpNavBar = class(TVpCustomNavBar)
|
||||
published
|
||||
{$IFDEF LCL}
|
||||
property BorderSpacing;
|
||||
{$ENDIF}
|
||||
property ActiveFolder;
|
||||
property AllowInplaceEdit;
|
||||
property AllowRearrange;
|
||||
|
Reference in New Issue
Block a user