From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 20 Nov 2022 13:10:56 +0000 (+0530)
Subject: revert the VFO step font size reduction
X-Git-Url: https://git.rkrishnan.org/%5B/schema.xhtml?a=commitdiff_plain;h=2be0ab181269f28c3e2c7dac2ceae4b0a9bf58fc;p=pihpsdr.git

revert the VFO step font size reduction
---

diff --git a/vfo.c b/vfo.c
index 597cc26..47d3bec 100644
--- a/vfo.c
+++ b/vfo.c
@@ -1039,12 +1039,12 @@ void vfo_update() {
         cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
         cairo_show_text(cr, vfo_texts[0]);
         // show the step digit and the rest in grey
-        cairo_set_font_size(cr, 50);
-        cairo_set_source_rgb(cr, 0.75, 0.75, 0.75);
+        // cairo_set_font_size(cr, 50);
+        cairo_set_source_rgb(cr, 0.0, 1.0, 1.0); // 0.75, 0.75, 0.75);
         cairo_show_text(cr, ".");
-	cairo_set_source_rgb(cr, 0.75, 0.75, 0.75);
+	cairo_set_source_rgb(cr, 0.75, 1.0, 1.0); // 0.75, 0.75);
         cairo_show_text(cr, vfo_texts[1]);
-	cairo_set_source_rgb(cr, 0.75, 0.75, 0.75);
+	cairo_set_source_rgb(cr, 0.75, 1.0, 1.0); // 0.75, 0.75);
         cairo_show_text(cr, vfo_texts[2]);
 
         cairo_select_font_face(cr, "Cantarell",