mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph][graph/sequence][graph/shared] Change constant names: add
"displayable" when adequate
This commit is contained in:
committed by
LeaNumworks
parent
a19edb4460
commit
b40c89cae8
@@ -49,7 +49,7 @@ protected:
|
||||
static constexpr int k_functionTitleCellType = 1;
|
||||
static constexpr int k_editableValueCellType = 2;
|
||||
static constexpr int k_notEditableValueCellType = 3;
|
||||
static constexpr int k_maxNumberOfRows = 10;
|
||||
static constexpr int k_maxNumberOfDisplayableRows = 10;
|
||||
static constexpr const KDFont * k_font = KDFont::SmallFont;
|
||||
|
||||
// EditableCellTableViewController
|
||||
|
||||
Reference in New Issue
Block a user