From b35af23a319edd117e7f659549b99659eac65535 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Wed, 2 Dec 2020 12:01:57 +0100 Subject: [PATCH] StandardFont --- Complex.mo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Complex.mo b/Complex.mo index 25f9fdf2cf..ea62a21702 100644 --- a/Complex.mo +++ b/Complex.mo @@ -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" @@ -134,9 +134,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 '*';