[DEVMGR][NETCFGX][MSCONFIG][NETSHELL] Fix and improve icons (#1143)

CORE-15445
This commit is contained in:
Katayama Hirofumi MZ
2018-12-19 20:07:17 +09:00
committed by GitHub
parent 0d6dcee968
commit 02936d4c67
12 changed files with 192 additions and 18 deletions

View File

@@ -155,9 +155,9 @@ CDeviceManager::Initialize(_In_z_ LPCTSTR lpCaption,
wc.hIconSm = (HICON)LoadImage(g_hThisInstance,
MAKEINTRESOURCE(IDI_MAIN_ICON),
IMAGE_ICON,
16,
16,
LR_SHARED);
GetSystemMetrics(SM_CXSMICON),
GetSystemMetrics(SM_CYSMICON),
0);
// Register the window
if (RegisterClassExW(&wc))