diff options
Diffstat (limited to 'styles/Xcos-style.xml')
-rw-r--r-- | styles/Xcos-style.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/styles/Xcos-style.xml b/styles/Xcos-style.xml index 49d984e..39bced0 100644 --- a/styles/Xcos-style.xml +++ b/styles/Xcos-style.xml @@ -108,11 +108,13 @@ <!-- To have rounded links --> <!-- <add as="rounded" value="1"/> --> <!-- <add as="edgeStyle" value="elbowEdgeStyle"/> --> + <add as="edgeStyle" value="wireEdgeStyle"/> <add as="elbow" value="horizontal"/> <add as="shape" value="connector"/> <add as="labelBackgroundColor" value="white"/> <add as="endArrow" value="classicnone"/> - <add as="fontSize" value="10"/> + <add as="fontSize" value="20"/> + <add as="fontStyle" value="0"/> <add as="align" value="center"/> <add as="verticalAlign" value="middle"/> <add as="strokeColor" value="black"/> @@ -612,7 +614,7 @@ </add> <add as="M_freq" extend="blockWithLabel"> <add as="displayedLabel" value="Multiple<BR> frequency"/> - + </add> <add as="ANDBLK" extend="Icon"> </add> @@ -720,7 +722,7 @@ </add> <add as="RELATIONALOP" extend="blockWithLabel"> <add as="displayedLabel" value="Relational<BR> op : &<"/> - <!-- new value for the label defined in the interface function of block --> + <!-- new value for the label defined in the interface function of block --> </add> <add as="TEXT_f" extend="Label"> <!-- <add as="displayedLabel" value="Text"/> --> |