1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Update dllmain.c

Fixes this: https://github.com/valinet/ExplorerPatcher/issues/2316
This commit is contained in:
Anixx 2024-02-04 18:38:18 +02:00 committed by GitHub
parent 8c1fc0e499
commit 61d9715439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8034,9 +8034,9 @@ HRESULT explorer_GetThemeMargins(
}
else if (hTheme == 0xDeadBeef && iPropId == TMT_SIZINGMARGINS && iPartId == 5 && iStateId == 1)
{
pMargins->cxLeftWidth = 10;
pMargins->cxLeftWidth = 0;
pMargins->cyTopHeight = 10;
pMargins->cxRightWidth = 10;
pMargins->cxRightWidth = 0;
pMargins->cyBottomHeight = 10;
}
else if (hTheme = 0xABadBabe && iPropId == TMT_CONTENTMARGINS && iPartId == 3 && iStateId == 0)