diff --git a/components/ideintf/objectinspector.pp b/components/ideintf/objectinspector.pp index 76326b4111..f207102646 100644 --- a/components/ideintf/objectinspector.pp +++ b/components/ideintf/objectinspector.pp @@ -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:=[];