Author: rnaumann
Date: Wed Dec 14 21:10:35 2016
New Revision: 73455
URL:
http://svn.reactos.org/svn/reactos?rev=73455&view=rev
Log:
[MSTSC] Decrease the size of the header font as it was cropped in some languages.
Modified:
trunk/reactos/base/applications/mstsc/connectdialog.c
Modified: trunk/reactos/base/applications/mstsc/connectdialog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/co…
==============================================================================
--- trunk/reactos/base/applications/mstsc/connectdialog.c [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mstsc/connectdialog.c [iso-8859-1] Wed Dec 14 21:10:35
2016
@@ -1244,7 +1244,7 @@
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 @@
szBuffer,
sizeof(szBuffer) / sizeof(WCHAR)))
{
- lf.lfHeight = 30;
+ lf.lfHeight = 24;
lf.lfCharSet = OEM_CHARSET;
lf.lfQuality = DEFAULT_QUALITY;
lf.lfWeight = FW_EXTRABOLD;