UI: Reduce channel name font size

This commit is contained in:
Federico Amedeo Izzo 2021-01-10 11:25:05 +01:00
parent b7088686f5
commit e690009171
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ layout_t _ui_calculateLayout()
// Top bar font: 8 pt
const fontSize_t top_font = FONT_SIZE_8PT;
// Middle line fonts: 12 pt
const fontSize_t line1_font = FONT_SIZE_12PT;
const fontSize_t line1_font = FONT_SIZE_9PT;
const fontSize_t line2_font = FONT_SIZE_12PT;
const fontSize_t line3_font = FONT_SIZE_12PT;
// Bottom bar font: 8 pt