From b8951a9f1155be9560349c426e56a4e8f333dcc3 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 11 Sep 2023 10:05:57 -0700 Subject: [PATCH] Corrected annotation --- .../Examples/Tutorial/SimpleHouse/SimpleHouseTemplate.mo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouseTemplate.mo b/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouseTemplate.mo index 7d15a03902..10dcdda6dc 100644 --- a/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouseTemplate.mo +++ b/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouseTemplate.mo @@ -56,25 +56,25 @@ equation pattern=LinePattern.None), Text( extent={{98,20},{32,38}}, - lineColor={0,0,127}, + textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Wall"), Text( extent={{-148,-86},{-214,-68}}, - lineColor={0,0,127}, + textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Heating"), Text( extent={{-118,18},{-214,40}}, - lineColor={0,0,127}, + textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Weather inputs"), Text( extent={{-76,158},{-214,180}}, - lineColor={0,0,127}, + textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Cooling and ventilation")}),