diff --git a/source/net/yacy/peers/graphics/NetworkGraph.java b/source/net/yacy/peers/graphics/NetworkGraph.java index ce87f75dc..38f6064a5 100644 --- a/source/net/yacy/peers/graphics/NetworkGraph.java +++ b/source/net/yacy/peers/graphics/NetworkGraph.java @@ -136,7 +136,7 @@ public class NetworkGraph { // get dimensions final int cr = Math.min(eventPicture.getWidth(), eventPicture.getHeight()) / 5 - 20; final int cx = eventPicture.getWidth() / 2; - final int cy = eventPicture.getHeight() / 2 + 20; + final int cy = eventPicture.getHeight() / 2; double angle;