mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 15:20:39 +01:00
[apps] VariableBoxController: get rid of variable-size table
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user