Skip to content

Commit 4ba683a

Browse files
ceraolodietmarw
authored andcommitted
Make line names more visible
The instance namee of lines are inside the line rectangles. Prior to this commit, they were written in yellow with grey background. Unfortunately, in this way their visibility was not good. With this commit, the line names are now in black, and make the line icons much clearer. Check the appedarence of IEEE_14_Buses for comparison.
1 parent 7537958 commit 4ba683a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

OpenIPSL/Electrical/Branches/PwLine.mo

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ equation
7272
extent={{-80,40},{80,-40}},
7373
lineColor={0,0,255},
7474
fillColor={255,255,255},
75-
fillPattern=FillPattern.Solid),Rectangle(
76-
extent={{-60,20},{60,-20}},
77-
lineColor={0,0,255},
78-
fillColor={95,95,95},
7975
fillPattern=FillPattern.Solid),Text(
8076
visible=displayPF,
8177
extent={{-200,160},{-20,40}},
@@ -127,7 +123,7 @@ equation
127123
lineColor={0,255,0},
128124
fillColor={0,255,0},
129125
fillPattern=FillPattern.Solid),Text(
130-
extent={{-60,20},{60,-20}},
131-
lineColor={255,255,0},
126+
extent={{-80,12},{80,-14}},
127+
lineColor={0,0,0},
132128
textString="%name")}));
133129
end PwLine;

0 commit comments

Comments
 (0)