ToolStatus: Removed Searchbox image offset

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6331 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
dmex
2016-01-29 08:42:31 +00:00
parent cfa7e68e3b
commit 353f9c4ecc
+1 -1
View File
@@ -176,7 +176,7 @@ static VOID NcAreaGetButtonRect(
_Inout_ PRECT ButtonRect
)
{
ButtonRect->left = (ButtonRect->right - Context->CXWidth) - Context->CXBorder - 1; // offset by 1
ButtonRect->left = (ButtonRect->right - Context->CXWidth) - Context->CXBorder;
ButtonRect->bottom -= Context->CXBorder;
ButtonRect->right -= Context->CXBorder;
ButtonRect->top += Context->CXBorder;