Skip to content
Snippets Groups Projects
Commit b6179d80 authored by Römer's avatar Römer
Browse files

Updtaes Window layout

parent d3d84dc5
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ namespace FlowForge
// Global scaling and styles for smaller nodes and text
tikzBuilder.AppendLine("\\begin{tikzpicture}[scale=3,->,>=stealth,shorten >=1pt,auto,node distance=2cm,thick,");
tikzBuilder.AppendLine("main node/.style={circle,draw,minimum size=1mm,inner sep=1pt,font=\\scriptsize}]");
tikzBuilder.AppendLine("main node/.style={circle,draw,minimum size=5mm,inner sep=1pt,font=\\scriptsize}]");
// Nodes
foreach (var vertex in _flowGraph.Graph.Vertices)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment