Xming: Use 8 point font for URL in About dialog
Use an 8 point font for URL in About dialog, to match the rest of the text in that dialog Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
c02638fd68
commit
881812438b
|
@ -116,8 +116,8 @@ winDrawURLWindow (LPARAM lParam)
|
||||||
crText = RGB(0,0,128+64);
|
crText = RGB(0,0,128+64);
|
||||||
SetTextColor (draw->hDC, crText);
|
SetTextColor (draw->hDC, crText);
|
||||||
|
|
||||||
/* Create underlined font 14 high, standard dialog font */
|
/* Create font 8 high, standard dialog font */
|
||||||
font = CreateFont (-14, 0, 0, 0, FW_NORMAL, FALSE, TRUE, FALSE,
|
font = CreateFont (-8, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE,
|
||||||
0, 0, 0, 0, 0, "MS Sans Serif");
|
0, 0, 0, 0, 0, "MS Sans Serif");
|
||||||
if (!font)
|
if (!font)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue