From: Ramakrishnan Muthukrishnan Date: Sat, 12 Feb 2022 12:31:21 +0000 (+0530) Subject: move vfo a and vfo b to the right by 5 pixels X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/$top_link?a=commitdiff_plain;h=2d314a8c9536235ec4c932d1f47b9d95ffc17056;p=pihpsdr.git move vfo a and vfo b to the right by 5 pixels --- diff --git a/vfo.c b/vfo.c index b5c868e..0655353 100644 --- a/vfo.c +++ b/vfo.c @@ -1041,7 +1041,7 @@ void vfo_update() { cairo_set_source_rgb(cr, 0.0, 0.65, 0.0); } } - cairo_move_to(cr, 280, 95); + cairo_move_to(cr, 285, 95); cairo_set_font_size(cr, 70); // cairo_show_text(cr, temp_text); @@ -1076,7 +1076,7 @@ void vfo_update() { cairo_set_source_rgb(cr, 0.0, 1.0, 1.0); } } - cairo_move_to(cr, 280, 20); + cairo_move_to(cr, 285, 20); cairo_set_font_size(cr, 18); cairo_show_text(cr, temp_text);