mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[escher] Change name list view cell -> menu list cell
Change-Id: I9fccf615fc0ebacadf7d0b55ca9af5ec997ce572
This commit is contained in:
@@ -25,8 +25,8 @@ private:
|
||||
constexpr static int k_totalNumberOfCell = 2;
|
||||
constexpr static int k_maxNumberOfCharsInTitle = 16;
|
||||
char m_pageTitle[k_maxNumberOfCharsInTitle];
|
||||
SwitchListViewCell m_displayDerivativeColumn;
|
||||
ListViewCell m_copyColumn;
|
||||
SwitchMenuListCell m_displayDerivativeColumn;
|
||||
MenuListCell m_copyColumn;
|
||||
SelectableTableView m_selectableTableView;
|
||||
Function * m_function;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user