[chronojump] Fixed units N/Kg on F0 Samozino legend



commit deb02c520d792edc0498cefa9d489c0aef2b58c1
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Mar 15 18:51:05 2021 +0100

    Fixed units N/Kg on F0 Samozino legend

 src/gui/cairo/jumpsWeightFVProfile.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/jumpsWeightFVProfile.cs b/src/gui/cairo/jumpsWeightFVProfile.cs
index 662dd51c..27eaba9c 100644
--- a/src/gui/cairo/jumpsWeightFVProfile.cs
+++ b/src/gui/cairo/jumpsWeightFVProfile.cs
@@ -174,7 +174,7 @@ public class JumpsWeightFVProfileGraph : CairoXY
                writeTextAtRight(ypos++, date, false);
 
                ypos++;
-               writeTextAtRight(ypos++, string.Format("F0: {0} N", Math.Round(f0Rel,2)), false);
+               writeTextAtRight(ypos++, string.Format("F0: {0} N/Kg", Math.Round(f0Rel,2)), false);
                writeTextAtRight(ypos++, string.Format("V0: {0} m/s", Math.Round(v0,2)), false);
                writeTextAtRight(ypos++, string.Format("Pmax: {0} W", Math.Round(pmax,1)), false);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]