fpvectorial: Vertical formulas look nicer with a smaller vertical spacing

git-svn-id: trunk@41466 -
This commit is contained in:
sekelsenmat 2013-05-30 15:36:05 +00:00
parent 5cbb0e8796
commit d729485e9d

View File

@ -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;