From 4d4b9568abe70eae9e45797975a5ce54fb4c3285 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sat, 12 Feb 2022 23:40:49 +0530 Subject: [PATCH] tweak menu width and meter width --- radio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio.c b/radio.c index 6cc7c59..c38b584 100644 --- a/radio.c +++ b/radio.c @@ -100,13 +100,13 @@ // zoom/pan height (optional) 50 #define MENU_HEIGHT (50) -#define MENU_WIDTH (64) +#define MENU_WIDTH (50) // so menu height x 2 == meter height (but we still have 20 pixels // empty. #define VFO_HEIGHT (100) // edit default = 60 #define VFO_WIDTH (display_width - METER_WIDTH - MENU_WIDTH) #define METER_HEIGHT (100) // edit default = 60 -#define METER_WIDTH (250) +#define METER_WIDTH (240) #define PANADAPTER_HEIGHT (105) #define ZOOMPAN_HEIGHT (50) #define SLIDERS_HEIGHT (100) -- 2.45.2