From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 11 Feb 2022 18:41:18 +0000 (+0530)
Subject: move VFO coordinates so that digits are not cut
X-Git-Url: https://git.rkrishnan.org/pf/frontends/%22..//%22file:/%22?a=commitdiff_plain;h=f9f8c0192f886f47396fdede99bef4a72579cfc3;p=pihpsdr.git

move VFO coordinates so that digits are not cut
---

diff --git a/vfo.c b/vfo.c
index 1fc3d6b..559ac23 100644
--- a/vfo.c
+++ b/vfo.c
@@ -1029,7 +1029,7 @@ void vfo_update() {
               cairo_set_source_rgb(cr, 0.0, 0.65, 0.0);
             }
         }
-        cairo_move_to(cr, 300, 95);
+        cairo_move_to(cr, 280, 95);
         cairo_set_font_size(cr, 70);
         // cairo_show_text(cr, temp_text);
 
@@ -1063,7 +1063,7 @@ void vfo_update() {
                 cairo_set_source_rgb(cr, 0.0, 1.0, 1.0);
             }
         }
-        cairo_move_to(cr, 300, 20);
+        cairo_move_to(cr, 280, 20);
         cairo_set_font_size(cr, 18);
         cairo_show_text(cr, temp_text);