mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[SYSSETUP] Caption of 2nd stage ReactOS Setup is too heavy (#1806)
The caption text of 2nd stage ReactOS Setup was too bold. CORE-16295
This commit is contained in:
committed by
GitHub
parent
c8875c182a
commit
5972b1e284
@@ -82,7 +82,7 @@ CreateTitleFont(VOID)
|
||||
HDC hdc;
|
||||
HFONT hFont;
|
||||
|
||||
LogFont.lfWeight = FW_HEAVY;
|
||||
LogFont.lfWeight = FW_BOLD;
|
||||
wcscpy(LogFont.lfFaceName, L"MS Shell Dlg");
|
||||
|
||||
hdc = GetDC(NULL);
|
||||
|
||||
Reference in New Issue
Block a user