IDE: code context: add some space for fractionals

git-svn-id: trunk@26490 -
This commit is contained in:
mattias 2010-07-06 16:43:13 +00:00
parent e2ed529beb
commit 9b63777a25

View File

@ -767,6 +767,9 @@ begin
NewMaxWidth:=CurHintRect.Right;
NewMaxHeight:=CurHintRect.Bottom;
end;
// for fractionals add some space
inc(NewMaxWidth,2);
inc(NewMaxHeight,2);
if Draw then begin
// fill rest of form
if NewMaxHeight<MaxHeight then