[EXPLORER] Adjust Taskbar AUTOHIDE size Part 2

The previous commit 2cc893f was too thick. CORE-17927
This commit is contained in:
Katayama Hirofumi MZ 2021-12-24 07:52:02 +09:00
parent 2cc893f514
commit 4ed752e2c5

View file

@ -1869,8 +1869,8 @@ ChangePos:
void ProcessAutoHide()
{
INT w = m_TraySize.cx - (GetSystemMetrics(SM_CXSIZEFRAME) + GetSystemMetrics(SM_CXEDGE));
INT h = m_TraySize.cy - (GetSystemMetrics(SM_CYSIZEFRAME) + GetSystemMetrics(SM_CYEDGE));
INT w = m_TraySize.cx - GetSystemMetrics(SM_CXSIZEFRAME);
INT h = m_TraySize.cy - GetSystemMetrics(SM_CYSIZEFRAME);
switch (m_AutoHideState)
{