From 776edd4dd83d60c79e43f09cc3f3570c4d3cf159 Mon Sep 17 00:00:00 2001 From: Hugo Saint-Vignes Date: Wed, 17 Jun 2020 16:24:28 +0200 Subject: [PATCH] [apps/shared] Extend function table view to 101 cells Increasing the lenght of graph table view to give users more possibilities Change-Id: I4023a5f81974b8302bf81b56d2610908e207241f --- apps/shared/interval.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/shared/interval.h b/apps/shared/interval.h index 95c269d68..13e3e2cf4 100644 --- a/apps/shared/interval.h +++ b/apps/shared/interval.h @@ -30,8 +30,7 @@ public: void forceRecompute(){ m_needCompute = true;} void reset(); void clear(); - // TODO: decide the max number of elements after optimization - constexpr static int k_maxNumberOfElements = 50; + constexpr static int k_maxNumberOfElements = 101; private: void computeElements(); int m_numberOfElements;