]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
VFO: use same colour for "step" digit and the following ones
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 21 Aug 2022 17:30:41 +0000 (23:00 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 21 Aug 2022 17:30:41 +0000 (23:00 +0530)
vfo.c

diff --git a/vfo.c b/vfo.c
index 50e9ea48f47c6786e4ba5ab692af160e9ebf3962..0ff45b782fe7879222a63bb493db865a589d1a41 100644 (file)
--- a/vfo.c
+++ b/vfo.c
@@ -1055,9 +1055,9 @@ void vfo_update() {
         cairo_show_text(cr, vfo_texts[0]);
         // show the step digit in white
        cairo_set_font_size(cr, 50);
-        cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
+        cairo_set_source_rgb(cr, 0.75, 1.0, 1.0);
         cairo_show_text(cr, vfo_texts[1]);
-        cairo_set_source_rgb(cr, 0.0, 1.0, 0.0);
+        cairo_set_source_rgb(cr, 0.75, 1.0, 1.0);
         cairo_show_text(cr, vfo_texts[2]);
 
         cairo_select_font_face(cr, "Cantarell",