diff --git a/2.x/trunk/plugins/ToolStatus/searchbox.c b/2.x/trunk/plugins/ToolStatus/searchbox.c index 06c6c5255..a3907aa28 100644 --- a/2.x/trunk/plugins/ToolStatus/searchbox.c +++ b/2.x/trunk/plugins/ToolStatus/searchbox.c @@ -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;