]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
reduce the size of wpm further
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 12 Feb 2022 14:43:45 +0000 (20:13 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 12 Feb 2022 14:43:45 +0000 (20:13 +0530)
vfo.c

diff --git a/vfo.c b/vfo.c
index b6fb3c66a1421006f3a5108ecf904a05cfe55a9a..fbf67dca13d2c581cc43a49dd1062f714505d7da 100644 (file)
--- 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;