From 62c51b650f4ff749de458f99cca5a30312f3b02c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 26 Oct 2021 15:21:28 +0300 Subject: FontPack: Visual tweaks on the content page --- src/fontpack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fontpack.c') diff --git a/src/fontpack.c b/src/fontpack.c index 88aa47e8..8267998b 100644 --- a/src/fontpack.c +++ b/src/fontpack.c @@ -767,7 +767,8 @@ const iArray *actions_FontPack(const iFontPack *d, iBool showInstalled) { } else if (d->isStandalone) { pushBack_Array(items, - &(iMenuItem){ format_Lang(add_Icon " ${fontpack.install}", fpId), + &(iMenuItem){ format_Lang(add_Icon " " uiTextAction_ColorEscape + "\x1b[1m${fontpack.install}", fpId), SDLK_RETURN, 0, "fontpack.install" }); -- cgit v1.2.3