mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
IDE: parameter hints: 1 pixel right space for button
git-svn-id: trunk@30761 -
This commit is contained in:
parent
dda1af2525
commit
f3bab74ec0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user