Use a larger font on the menus

This commit is contained in:
K. Lange 2018-04-20 22:18:06 +09:00 committed by Kevin Lange
parent f1fbe269fa
commit 3866b49d3b
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ static void redraw_appmenu(int item) {
uint32_t color = (i == item) ? rgb(255,255,255) : rgb(0,0,0);
draw_sdf_string(bctx, 22, offset + 2, applications[i].title, 14, color, SDF_FONT_THIN);
draw_sdf_string(bctx, 22, offset + 1, applications[i].title, 16, color, SDF_FONT_THIN);
offset += APPMENU_ITEM_HEIGHT;
}