mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/graph] Fix bug: correct default font initialisation
Change-Id: Ie02912f8013a994de64fad58bbf8a9d1e2281aa5
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
HorizontalIndicator,
|
||||
VerticalIndicator
|
||||
};
|
||||
FunctionTitleCell(Orientation orientation, KDText::FontSize size = KDText::FontSize::Small);
|
||||
FunctionTitleCell(Orientation orientation, KDText::FontSize size = KDText::FontSize::Large);
|
||||
void setColor(KDColor color);
|
||||
void setText(const char * textContent);
|
||||
void drawRect(KDContext * ctx, KDRect rect) const override;
|
||||
|
||||
Reference in New Issue
Block a user