From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Sat, 12 Feb 2022 18:10:49 +0000 (+0530)
Subject: tweak menu width and meter width
X-Git-Url: https://git.rkrishnan.org/vdrive/listings/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=4d4b9568abe70eae9e45797975a5ce54fb4c3285;p=pihpsdr.git

tweak menu width and meter width
---

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)