projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7576059
)
tweak menu width and meter width
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Sat, 12 Feb 2022 18:10:49 +0000
(23:40 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Sat, 12 Feb 2022 18:10:49 +0000
(23:40 +0530)
radio.c
patch
|
blob
|
history
diff --git
a/radio.c
b/radio.c
index 6cc7c59ecbdab7eebc54035198eb8cbb6ed22e75..c38b58465537f2c3f6c54cacedeabf133c2f7a0a 100644
(file)
--- 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 (2
5
0)
+#define METER_WIDTH (2
4
0)
#define PANADAPTER_HEIGHT (105)
#define ZOOMPAN_HEIGHT (50)
#define SLIDERS_HEIGHT (100)