Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default Style|UI: Tweaked TabWidget fonts
  • Loading branch information
skyjake committed Feb 20, 2014
1 parent 489d9c7 commit e968148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/data/defaultstyle.pack/fonts.dei
Expand Up @@ -125,10 +125,10 @@ group choice {
}

group tab {
font label inherits small {}
font selected inherits small {
font label inherits small {
weight: bold
}
font selected inherits tab.label {}
}

group slider {
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/src/ui/widgets/gamefilterwidget.cpp
Expand Up @@ -54,8 +54,8 @@ DENG2_PIMPL(GameFilterWidget)
<< new TabItem(tr("All Games"));

sortLabel->setTextColor("inverted.text");
sortLabel->setFont("tab.label");
sortBy->setFont("tab.label");
sortLabel->setFont("small");
sortBy->setFont("small");
sortBy->setOpeningDirection(ui::Down);
sortBy->items()
<< new ChoiceItem(tr("Title"), SortByTitle)
Expand Down

0 comments on commit e968148

Please sign in to comment.