From e0b2741248efc8a3d6e906cead63f4a60309cd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Thu, 23 Feb 2017 23:49:04 +0200 Subject: [PATCH] UI|Home: Column description text colors --- doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp | 1 - doomsday/apps/client/src/ui/home/headerwidget.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp b/doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp index 1c2badbb19..927a679e24 100644 --- a/doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp +++ b/doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp @@ -521,7 +521,6 @@ GameColumnWidget::GameColumnWidget(String const &gameFamily, } header().menuButton().hide(); // no items for the menu atm - header().info().setTextColor("label.dimmed"); /// @todo Get these description from the game family defs. { diff --git a/doomsday/apps/client/src/ui/home/headerwidget.cpp b/doomsday/apps/client/src/ui/home/headerwidget.cpp index 1e0baddfef..b9ea09e061 100644 --- a/doomsday/apps/client/src/ui/home/headerwidget.cpp +++ b/doomsday/apps/client/src/ui/home/headerwidget.cpp @@ -96,6 +96,7 @@ HeaderWidget::HeaderWidget() d->logoBg->margins().setZero(); //d->info->setFont("small"); + d->info->setTextColor("label.dimmed"); d->info->setAlignment(ui::AlignLeft); d->info->setTextLineAlignment(ui::AlignLeft); d->info->setMaximumTextWidth(rule().width());