IDEIntf: fixed typo

git-svn-id: trunk@46886 -
This commit is contained in:
mattias 2014-11-19 13:52:48 +00:00
parent a8e80b673c
commit dd34c8e045

View File

@ -2700,7 +2700,7 @@ begin
else
begin
inc(NameIconRect.Right, 2 + Ord(ShowGutter));
inc(NameTextRect.Left, 3 + + Ord(ShowGutter));
inc(NameTextRect.Left, 3 + Ord(ShowGutter));
end;
DrawState:=[];