[chronojump] Minor fix



commit d628ab3c6ed297030e875a31be96608accc33be7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Oct 23 16:34:15 2017 +0200

    Minor fix

 src/forceSensor.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/forceSensor.cs b/src/forceSensor.cs
index ed9463d..a2b1e42 100644
--- a/src/forceSensor.cs
+++ b/src/forceSensor.cs
@@ -40,7 +40,7 @@ public class ForceSensorCapturePoints
        private List<double> forces;
 
        public int RealWidthG = 10000000; //width of graph in microseconds (will be upgraded if needed)
-       public int RealHeightG = 200; //Newtons (will be upgraded if needed)
+       public int RealHeightG = 500; //Newtons (will be upgraded if needed)
 
        private int widthG;
        private int heightG;


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