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:
wp_xxyyzz
2017-05-20 15:39:18 +00:00
parent 795bda1357
commit d8a0f703d2
31 changed files with 1018 additions and 506 deletions

View File

@@ -277,6 +277,10 @@ type
property Anchors;
property Constraints;
{$ENDIF}
{$IFDEF LCL}
property BorderSpacing;
property ChildSizing;
{$ENDIF}
property Active;
property Align;
property Color;

View File

@@ -137,6 +137,9 @@ type
property Align;
property Anchors;
property BiDiMode;
{$IFDEF LCL}
property BorderSpacing;
{$ENDIF}
property Color;
property Constraints;
property Cursor;

View File

@@ -108,7 +108,11 @@ type
TVpLEDLabel = class(TVpCustomLEDLabel)
published
{$IFDEF LCL}
property BorderSpacing;
{$ENDIF}
property Version;
property Align;
property Caption;
property Columns;
property Rows;

View File

@@ -395,6 +395,9 @@ type
TVpNavBar = class(TVpCustomNavBar)
published
{$IFDEF LCL}
property BorderSpacing;
{$ENDIF}
property ActiveFolder;
property AllowInplaceEdit;
property AllowRearrange;