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")}),