[apps] Define Font, Text/BackgroundColor BannerView static methods

This commit is contained in:
Ruben Dashyan
2019-03-26 11:39:25 +01:00
committed by Émilie Feral
parent 339258a29d
commit 5ff19a2506
10 changed files with 30 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ CalculationGraphController::CalculationGraphController(Responder * parentRespond
m_bannerView(bannerView),
m_graphRange(curveViewRange),
m_record(),
m_defaultBannerView(KDFont::SmallFont, defaultMessage, 0.5f, 0.5f, KDColorBlack, Palette::GreyMiddle),
m_defaultBannerView(BannerView::Font(), defaultMessage, 0.5f, 0.5f, BannerView::TextColor(), BannerView::BackgroundColor()),
m_isActive(false)
{
}