Skip to content

Commit

Permalink
StandardFont
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 2, 2020
1 parent be4ca80 commit 649d14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Complex.mo
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ operator record Complex "Complex number with overloaded operators"
extent={{-200,-200},{200,250}},
textColor={128,128,128},
textString="-",
fontName="Arial")}));
fontName="serif")}));
end '-';

encapsulated operator '*' "Multiplication"
Expand Down Expand Up @@ -135,9 +135,9 @@ operator record Complex "Complex number with overloaded operators"
extent={{-100,-100},{100,100}},
radius=25.0),
Text(
extent={{-200,-200},{200,80}},
extent={{-200,-200},{200,100}},
textColor={128,128,128},
fontName="Arial",
fontName="serif",
textString="*")}));
end '*';

Expand Down

0 comments on commit 649d14a

Please sign in to comment.