[apps] VariableBoxController: get rid of variable-size table

This commit is contained in:
Émilie Feral
2018-09-17 17:12:58 +02:00
parent ba0f866dc6
commit dae91f1540
2 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ private:
int reusableCellCount() override;
void willDisplayCellForIndex(HighlightCell * cell, int index) override;
private:
constexpr static int k_maxScriptObjectNameSize = 100;
constexpr static int k_maxNumberOfDisplayedRows = 6; //240/40
constexpr static int k_maxScriptNodesCount = 32;
void insertTextInCaller(const char * text);