[apps/graph][graph/sequence][graph/shared] Change constant names: add

"displayable" when adequate
This commit is contained in:
Émilie Feral
2019-10-04 16:46:26 +02:00
committed by LeaNumworks
parent a19edb4460
commit b40c89cae8
6 changed files with 38 additions and 38 deletions

View File

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