mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +02:00
IDEIntf: fixed typo
git-svn-id: trunk@46886 -
This commit is contained in:
parent
a8e80b673c
commit
dd34c8e045
@ -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:=[];
|
||||
|
Loading…
Reference in New Issue
Block a user