tvplanit: Support VpNavBar scaling with screen resolution.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6386 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-04 22:28:03 +00:00
parent 74675b1396
commit 3cfeca9127
8 changed files with 233 additions and 74 deletions

View File

@ -270,6 +270,8 @@ const
{ Hint support }
MAX_HINT_WIDTH = 400;
DesignTimeDPI = 96;
{$IFDEF LCL}
{$IF LCL_FULLVERSION >= 1080100}
VP_LCL_SCALING = 2;