COLOR_3DFACE is a better choice for the dialog background.
This commit is contained in:
parent
da46628883
commit
37548987ad
|
@ -1977,7 +1977,7 @@ BOOL msi_dialog_register_class( void )
|
|||
cls.hInstance = NULL;
|
||||
cls.hIcon = LoadIconW(0, (LPWSTR)IDI_APPLICATION);
|
||||
cls.hCursor = LoadCursorW(0, (LPWSTR)IDC_ARROW);
|
||||
cls.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
|
||||
cls.hbrBackground = (HBRUSH)(COLOR_3DFACE + 1);
|
||||
cls.lpszMenuName = NULL;
|
||||
cls.lpszClassName = szMsiDialogClass;
|
||||
|
||||
|
|
Loading…
Reference in New Issue