[apps/shared] Extend function table view to 101 cells

Increasing the lenght of graph table view to give users more
possibilities

Change-Id: I4023a5f81974b8302bf81b56d2610908e207241f
This commit is contained in:
Hugo Saint-Vignes
2020-06-17 16:24:28 +02:00
committed by Émilie Feral
parent 6380bf7885
commit 776edd4dd8

View File

@@ -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;