diff --git a/IBPSA/Airflow/Multizone/MediumColumn.mo b/IBPSA/Airflow/Multizone/MediumColumn.mo index a7729b20a7..2ee5f1b366 100644 --- a/IBPSA/Airflow/Multizone/MediumColumn.mo +++ b/IBPSA/Airflow/Multizone/MediumColumn.mo @@ -103,11 +103,13 @@ equation Text( extent={{24,-78},{106,-100}}, textColor={0,0,127}, - textString="Bottom"), + textString="Bottom", + fontSize=36), Text( extent={{32,104},{98,70}}, textColor={0,0,127}, - textString="Top"), + textString="Top", + fontSize=36), Text( extent={{36,26},{88,-10}}, textColor={0,0,127}, @@ -129,7 +131,7 @@ equation Text( extent={{-50.5,20.5},{50.5,-20.5}}, textColor={0,0,127}, - origin={-72.5,-12.5}, + origin={-72.5,-0.5}, rotation=90, textString="%name"), Rectangle( diff --git a/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo b/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo index 643445779b..2219df5e51 100644 --- a/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo +++ b/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo @@ -98,11 +98,13 @@ equation Text( extent={{24,-78},{106,-100}}, textColor={0,0,127}, - textString="Bottom"), + textString="Bottom", + fontSize=36), Text( extent={{32,104},{98,70}}, textColor={0,0,127}, - textString="Top"), + textString="Top", + fontSize=36), Text( extent={{42,26},{94,-10}}, textColor={0,0,127}, @@ -112,12 +114,12 @@ equation Text( extent={{-50.5,20.5},{50.5,-20.5}}, textColor={0,0,127}, - origin={-72.5,-12.5}, + origin={-72.5,-0.5}, rotation=90, textString="%name"), Rectangle( extent={{-16,80},{16,-80}}, - fillColor={0,66,132}, + fillColor={85,170,255}, fillPattern=FillPattern.Solid, pattern=LinePattern.None, lineColor={0,0,0}),