TvPlanIt: Fix painting of text in VpNavBar on Cocoa.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8839 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-06-16 10:43:39 +00:00
parent 7940c5f9df
commit 839adfaf80
2 changed files with 9 additions and 6 deletions

View File

@ -500,7 +500,7 @@ uses
VpNavBarPainter;
const
DEFAULT_ITEMSPACING = 8;
DEFAULT_ITEMSPACING = 12;
{$IFNDEF PAINTER}
{DrawNavTab - returns the usable text area inside the tab rect.}