[apps/graph] Fix bug: correct default font initialisation

Change-Id: Ie02912f8013a994de64fad58bbf8a9d1e2281aa5
This commit is contained in:
Émilie Feral
2017-01-27 14:46:11 +01:00
parent 64a94b95b0
commit 7ca7bb2ebc

View File

@@ -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;