mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
[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:
parent
f62aa585d6
commit
399406609d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue