Skip to content

Commit

Permalink
Github lwindolf#28: lower font size a bit to make reading on larger m…
Browse files Browse the repository at this point in the history
…onitors easier. Set font weight of date string to 'light'
  • Loading branch information
lwindolf authored and rich-coe committed Feb 7, 2016
1 parent 80f20c9 commit 18f0219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/item_list_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ item_list_view_update_item (ItemListView *ilv, itemPtr item)
if (ilv->priv->wideView) {
/* Append date to headline on hidden date column */
gchar *tmp = title;
title = g_strdup_printf ("%s<span size='larger'>%s</span>%s %s<span size='smaller'>--- (%s)</span>",
title = g_strdup_printf ("%s%s%s %s<span size='smaller' weight='light'>--- (%s)</span>",
!item->readStatus?"<span weight='bold'>":"",
title,
(FALSE == item->readStatus)?"</span>":"",
Expand Down

0 comments on commit 18f0219

Please sign in to comment.