diff options
-rw-r--r-- | graph_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph_gui.c b/graph_gui.c index 5dc325ffe..5919e4505 100644 --- a/graph_gui.c +++ b/graph_gui.c @@ -720,7 +720,7 @@ static void CargoPaymentRatesWndProc(Window *w, WindowEvent *e) DrawWindowWidgets(w); x = 495; - y = 25; + y = 24; gd.sel = _legend_cargobits; gd.left = 2; |