diff --git a/vehicle_gui.c b/vehicle_gui.c index bab1cff134..5445fe2126 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -1348,7 +1348,7 @@ void PlayerVehWndProc(Window *w, WindowEvent *e) DrawVehicleProfitButton(v, x, y + 13); - y += size_of_row; + y += w->resize.step_height; } } break;