[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

@@ -28,7 +28,7 @@ ValuesController::ValuesController(Responder * parentResponder, InputEventHandle
return true;
}, this), k_font)
{
for (int i = 0; i < k_maxNumberOfSequences; i++) {
for (int i = 0; i < k_maxNumberOfDisplayableSequences; i++) {
m_sequenceTitleCells[i].setOrientation(Shared::FunctionTitleCell::Orientation::HorizontalIndicator);
}
setupSelectableTableViewAndCells(inputEventHandlerDelegate);