From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 15 Dec 2023 02:10:13 +0000 (+0530)
Subject: move the vfo a/b indication to the right
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/install.html?a=commitdiff_plain;h=refs%2Fheads%2Ffix-includes;p=pihpsdr.git

move the vfo a/b indication to the right
---

diff --git a/screen.c b/screen.c
index a6a5f94..e19ad37 100644
--- a/screen.c
+++ b/screen.c
@@ -13,7 +13,7 @@ widget_props_t default_widget_prop_table[NUM_ACTIVE_BUTTONS] = {
     // label, x, y, font_size, off_colour, on_colour
     [SCR_VFO_A] = { 285, 95, 66, { green, white }, { "", "" } },
     [SCR_VFO_B] = { 285, 18, 18, { cyan, grey}, { "", "" } },
-    [SCR_ACTIVE_VFO] = { 400, 18, 18, { yellow, yellow }, { "", "" } },
+    [SCR_ACTIVE_VFO] = { 480, 18, 18, { yellow, yellow }, { "", "" } },
     [SCR_MODE] = { 70, 80, 30, { yellow, yellow }, { "MODE", "MODE" } },
     [SCR_PS] = { 120, 50, 12, { grey, yellow }, { "PS", "PS" } },
     [SCR_RIT] = { 220, 40, 16, { grey, red }, { "RIT", "RIT" } },