Skip to content

Commit

Permalink
ui: Reduce font size for the ToD counter
Browse files Browse the repository at this point in the history
*Should* generally fix counters like 14/15 getting ellipsized. There was
no real reason for it to be so large to begin with.
  • Loading branch information
irydacea committed Mar 17, 2021
1 parent ffbc7eb commit 7713437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/themes/default.cfg
Expand Up @@ -258,7 +258,7 @@
[/time_of_day]
[tod_stats]
id=tod-stats
font_size={DEFAULT_FONT_NORMAL}
font_size={DEFAULT_FONT_SMALL}
rect="+3,=+8,+64,+{DEFAULT_FONT_NORMAL_HEIGHT}"
xanchor=right
yanchor=fixed
Expand Down

0 comments on commit 7713437

Please sign in to comment.