mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 09:40:07 +01:00
[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:
committed by
Émilie Feral
parent
6380bf7885
commit
776edd4dd8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user