Skip to content

Commit

Permalink
UI|Home: Column description text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 23, 2017
1 parent 8088198 commit e0b2741
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp
Expand Up @@ -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.
{
Expand Down
1 change: 1 addition & 0 deletions doomsday/apps/client/src/ui/home/headerwidget.cpp
Expand Up @@ -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());
Expand Down

0 comments on commit e0b2741

Please sign in to comment.