I have change as your suggestion and It look better now. I have changed 2 lines in "CalInfo.prg".
Line 289
- Code: Select all Expand view
- DrawTextTransparent( hDC, Space(1) + cTime + Space(1) + ::cSubject , ;
{ ::aCoords[ 1 ], ::aCoords[ 2 ] + 7 /* 3 */, ::aCoords[ 3 ], ::aCoords[ 4 ] - 7 /* 7 */ }, nOR( DT_SINGLELINE, DT_VCENTER ) )
Line 228
- Code: Select all Expand view
- if cFrom == "TMONTHVIEW"
bPaint = {| hDC, aCoords | DrawBox( hDC, aCoords ) }
DEFINE FONT oFnt NAME if( Empty( ::oFont:cFaceName ), "Calibri", ::oFont:cFaceName ) SIZE 0,-12 /* 8 */
I look better when activate window, the DrawTextTransparent() is increase as I changed. But when I click at "view month" the DrawTextTransparent() in MONTHVIEW is changed to previous width as picture. Where do I must change more?
cnavarro wrote:dutch wrote:Dear All,
One more question,
How can I change the FONT SIZE? Because it is difficult to read (too small).
Dear Dutch
Look
viewtopic.php?f=6&t=33947&p=200848&hilit=TCalex+font#p200848
Thank you in advance for kind help.