From: Ramakrishnan Muthukrishnan Date: Sat, 12 Feb 2022 12:20:23 +0000 (+0530) Subject: move vfo A/B display by 5 pixels to the right X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/frontends/flags?a=commitdiff_plain;h=refs%2Fheads%2Fnew-layout;p=pihpsdr.git move vfo A/B display by 5 pixels to the right --- diff --git a/vfo.c b/vfo.c index 68a60c0..647606c 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);