From: Ramakrishnan Muthukrishnan Date: Sat, 12 Feb 2022 14:43:45 +0000 (+0530) Subject: reduce the size of wpm further X-Git-Url: https://git.rkrishnan.org/Site/Content/simplejson/status?a=commitdiff_plain;h=7576059cfcf10b61d97639739c0fcccf345de82b;p=pihpsdr.git reduce the size of wpm further --- diff --git a/vfo.c b/vfo.c index b6fb3c6..fbf67dc 100644 --- a/vfo.c +++ b/vfo.c @@ -989,7 +989,7 @@ void vfo_update() { switch(vfo[id].mode) { case modeCWU: case modeCWL: - cairo_set_font_size(cr, 18); + cairo_set_font_size(cr, 16); cairo_set_source_rgb(cr, 1.0, 1.0, 0.0); cairo_show_text(cr, " wpm"); break;