mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[EXPLORER] Adjust Taskbar AUTOHIDE size Part 2
The previous commit 2cc893f was too thick. CORE-17927
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user