Skip to content

Commit

Permalink
UI|Home: Visual tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 17, 2018
1 parent 470a599 commit 1175171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/home/homewidget.cpp
Expand Up @@ -124,7 +124,7 @@ DENG_GUI_PIMPL(HomeWidget)
taskBarHintButton->setSizePolicy(ui::Expand, ui::Expand);
taskBarHintButton->margins().set("dialog.gap");
taskBarHintButton->setText(_E(b) "ESC" _E(.) + tr(" Task Bar"));
taskBarHintButton->setTextColor("altaccent");
// taskBarHintButton->setTextColor("text");
taskBarHintButton->setFont("small");
taskBarHintButton->setOpacity(.66f);
taskBarHintButton->rule()
Expand Down

0 comments on commit 1175171

Please sign in to comment.