Hi Paul,
The header text on "tab control" is not readable at high DPI setting (150 ppp).
See the enclosed screenshots with my settings.
Can you please fix it ?
Thanks,
Jean-Pierre
Jean-Pierre,
Try changing some properties of the tab control :
- TabHeight
- HeaderTopPadding
Thanks Jean-Pierre, looks like I was not adding scaling to the code generation for TabCtrl_SetItemSize and TabCtrl_SetPadding. I made a quick change to the code generation. Please try the attached new EXE and let me know if it works. Thanks!
[attachment deleted by admin]
Thanks a lot Paul,
It works perfectly now ... we can see the difference below:
Excellent! Happy to have helped. :)