mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Rework of timers and bigger text in toolboxes
This commit is contained in:
@@ -37,7 +37,7 @@ int ListBookController::reusableCellCount() const {
|
||||
}
|
||||
|
||||
void ListBookController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
MessageTableCell* myTextCell = static_cast<MessageTableCell*>(cell);
|
||||
MessageTableCell<> * myTextCell = static_cast<MessageTableCell<> *>(cell);
|
||||
MessageTextView* textView = static_cast<MessageTextView*>(myTextCell->labelView());
|
||||
textView->setText(m_files[index].name);
|
||||
myTextCell->setMessageFont(KDFont::LargeFont); //TODO set cell font at building ?
|
||||
|
||||
@@ -34,7 +34,7 @@ private:
|
||||
int m_txtFilesNumber;
|
||||
int m_urtFilesNumber;
|
||||
static const int k_cellsNumber = 6;
|
||||
MessageTableCellWithChevron m_cells[k_cellsNumber];
|
||||
MessageTableCellWithChevron<> m_cells[k_cellsNumber];
|
||||
ReadBookController m_readBookController;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user