Skip to content

Commit 73e9d61

Browse files
committed
Fix the icon canvas size.
1 parent 43f7226 commit 73e9d61

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

OpenIPSL/Examples/Microgrids/IEEEMicrogrid/IEEEMicrogrid.mo

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,8 @@ equation
370370
annotation (Line(points={{233,-150},{216,-150}}, color={0,0,127}));
371371
connect(aC2DCandDC2AC1.p, Bus7.p) annotation (Line(points={{214,-110},{240,-110},
372372
{240,-90},{140,-90},{140,-70}}, color={0,0,255}));
373-
annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-260,
374-
-200},{260,200}})),
375-
Diagram(coordinateSystem(preserveAspectRatio=false,
376-
extent={{-260,-200},{260,200}}), graphics={
373+
annotation (Diagram(coordinateSystem(extent={{-260,-200},{260,200}}),
374+
graphics={
377375
Text(
378376
extent={{-152,142},{-130,130}},
379377
textColor={28,108,200},

0 commit comments

Comments
 (0)