[MSTSC] Decrease the size of the header font as it was cropped in some languages.

svn path=/trunk/; revision=73455
This commit is contained in:
Robert Naumann 2016-12-14 21:10:35 +00:00
parent f62aa585d6
commit 399406609d

View file

@ -1244,7 +1244,7 @@ DlgProc(HWND hDlg,
szBuffer,
sizeof(szBuffer) / sizeof(WCHAR)))
{
lf.lfHeight = 24;
lf.lfHeight = 20;
lf.lfCharSet = OEM_CHARSET;
lf.lfQuality = DEFAULT_QUALITY;
lf.lfWeight = FW_MEDIUM;
@ -1282,7 +1282,7 @@ DlgProc(HWND hDlg,
szBuffer,
sizeof(szBuffer) / sizeof(WCHAR)))
{
lf.lfHeight = 30;
lf.lfHeight = 24;
lf.lfCharSet = OEM_CHARSET;
lf.lfQuality = DEFAULT_QUALITY;
lf.lfWeight = FW_EXTRABOLD;