[kandinsky] Move to KDFont

This commit is contained in:
Romain Goyet
2018-10-09 16:41:24 +02:00
committed by LeaNumworks
parent 29882768bd
commit f8beae3b86
149 changed files with 564 additions and 610 deletions

View File

@@ -23,7 +23,7 @@ protected:
// 13 = minimal string height size
// 3 = vertical margins
private:
constexpr static KDText::FontSize k_fontSize = KDText::FontSize::Small;
constexpr static const KDFont * k_font = KDFont::SmallFont;
void scrollToLetter(char letter);
void scrollToAndSelectChild(int i);
MessageTableCellWithMessage m_leafCells[k_maxNumberOfDisplayedRows];