Merge pull request #359 from M4xi1m3/omega-dev

[apps/home] Changed wrong background color on app_cell
This commit is contained in:
Quentin
2020-06-24 16:18:06 +02:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ namespace Home {
AppCell::AppCell() :
HighlightCell(),
m_nameView(KDFont::SmallFont, (I18n::Message)0, 0.5f, 0.5f, Palette::HomeCellText, Palette::HomeCellTextActive),
m_nameView(KDFont::SmallFont, (I18n::Message)0, 0.5f, 0.5f, Palette::HomeCellText, Palette::HomeCellBackground),
m_visible(true), m_external_app(false)
{
}