mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
fpvectorial: Vertical formulas look nicer with a smaller vertical spacing
git-svn-id: trunk@41466 -
This commit is contained in:
parent
5cbb0e8796
commit
d729485e9d
@ -3037,7 +3037,7 @@ begin
|
||||
inherited Create;
|
||||
FElements := TFPList.Create;
|
||||
SpacingBetweenElementsX := 5;
|
||||
SpacingBetweenElementsY := 5;
|
||||
SpacingBetweenElementsY := 1; // elements already give a fair amount of vertical spacing in their own area
|
||||
end;
|
||||
|
||||
destructor TvFormula.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user