Graph: Start drawing the nodes closer to the top left

Instead of drawing them somewhere in the middle.
This commit is contained in:
Vishesh Handa
2020-09-26 05:39:26 +02:00
parent 760be79153
commit 475fbcbc00

View File

@ -196,8 +196,8 @@ class GraphNodeLayout {
double x = 0.0;
double y = 0.0;
double startX = 500.0;
double startY = 500.0;
double startX = 60.0;
double startY = 60.0;
double gap = 70;
double nodeSize = 50;