From bf13b5734cd37775136f29a4531047e03924f12e Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 15 Dec 2023 07:40:13 +0530
Subject: [PATCH] move the vfo a/b indication to the right

---
 screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" } },
-- 
2.45.2