IDE: parameter hints: 1 pixel right space for button

git-svn-id: trunk@30761 -
This commit is contained in:
mattias 2011-05-16 10:53:23 +00:00
parent dda1af2525
commit f3bab74ec0

View File

@ -818,7 +818,7 @@ var
y:=ATextRect.Top;
if LineHeight>FBtnWidth then
inc(y,(LineHeight-FBtnWidth) div 2);
Item.CopyAllButton.SetBounds(AHintRect.Right-RightSpace,y,FBtnWidth,FBtnWidth);
Item.CopyAllButton.SetBounds(AHintRect.Right-RightSpace-1,y,FBtnWidth,FBtnWidth);
Item.CopyAllButton.Visible:=true;
end;
end;