]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
move the vfo a/b indication to the right fix-includes
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 15 Dec 2023 02:10:13 +0000 (07:40 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 17 Dec 2023 05:57:32 +0000 (11:27 +0530)
screen.c

index a6a5f94bc7a22f4eb31befc04bf72bb85d3b5a6a..e19ad371b60e26e22b231c64154662c73f0f3304 100644 (file)
--- 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" } },