]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
tweak menu width and meter width
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Sat, 12 Feb 2022 18:10:49 +0000 (23:40 +0530)
committerRamakrishnan Muthukrishnan <ram@leastauthority.com>
Sat, 12 Feb 2022 18:10:49 +0000 (23:40 +0530)
radio.c

diff --git a/radio.c b/radio.c
index 6cc7c59ecbdab7eebc54035198eb8cbb6ed22e75..c38b58465537f2c3f6c54cacedeabf133c2f7a0a 100644 (file)
--- a/radio.c
+++ b/radio.c
 //   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)