mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[escher] Changed font in Toolbox expressions to LargeFont for better readability and aesthetics (#190)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
class MessageTableCellWithExpression : public MessageTableCell {
|
||||
public:
|
||||
MessageTableCellWithExpression(I18n::Message message = (I18n::Message)0, const KDFont * font = KDFont::SmallFont);
|
||||
MessageTableCellWithExpression(I18n::Message message = (I18n::Message)0, const KDFont * font = KDFont::LargeFont);
|
||||
View * accessoryView() const override;
|
||||
void setHighlighted(bool highlight) override;
|
||||
void setLayout(Poincare::Layout layout);
|
||||
|
||||
Reference in New Issue
Block a user