diff --git a/reactos/base/shell/explorer-new/traywnd.c b/reactos/base/shell/explorer-new/traywnd.c index 5af7cba3067..61d0d1a8bae 100644 --- a/reactos/base/shell/explorer-new/traywnd.c +++ b/reactos/base/shell/explorer-new/traywnd.c @@ -644,7 +644,7 @@ static VOID ITrayWindowImpl_ResizeWorkArea(IN OUT ITrayWindowImpl *This) { RECT rcTray,rcWorkArea; - + /* If monitor has changed then fix the previous monitors work area */ if(This->PreviousMonitor!=This->Monitor) { @@ -792,7 +792,7 @@ ITrayWindowImpl_RegLoadSettings(IN OUT ITrayWindowImpl *This) rcScreen.left = 0; rcScreen.top = 0; rcScreen.right = GetSystemMetrics(SM_CXSCREEN); - rcScreen.right = GetSystemMetrics(SM_CYSCREEN); + rcScreen.bottom = GetSystemMetrics(SM_CYSCREEN); ITrayWindowImpl_GetScreenRectFromRect(This, &rcScreen, MONITOR_DEFAULTTOPRIMARY);