mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
Graph: Start drawing the nodes closer to the top left
Instead of drawing them somewhere in the middle.
This commit is contained in:
@ -196,8 +196,8 @@ class GraphNodeLayout {
|
|||||||
double x = 0.0;
|
double x = 0.0;
|
||||||
double y = 0.0;
|
double y = 0.0;
|
||||||
|
|
||||||
double startX = 500.0;
|
double startX = 60.0;
|
||||||
double startY = 500.0;
|
double startY = 60.0;
|
||||||
|
|
||||||
double gap = 70;
|
double gap = 70;
|
||||||
double nodeSize = 50;
|
double nodeSize = 50;
|
||||||
|
Reference in New Issue
Block a user