From: Ramakrishnan Muthukrishnan Date: Fri, 15 Dec 2023 02:07:32 +0000 (+0530) Subject: align vfo a/b indication X-Git-Url: https://git.rkrishnan.org/components/%5B%5E?a=commitdiff_plain;h=005a81ff8afbe6b2ecf5fb434a8fa0e79feae0ed;p=pihpsdr.git align vfo a/b indication --- diff --git a/screen.c b/screen.c index 8596bb4..a6a5f94 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, 20, 18, { yellow, yellow }, { "", "" } }, + [SCR_ACTIVE_VFO] = { 400, 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" } },