projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3731e0
)
reduce the size of wpm further
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sat, 12 Feb 2022 14:43:45 +0000
(20:13 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sat, 12 Feb 2022 14:43:45 +0000
(20:13 +0530)
vfo.c
patch
|
blob
|
history
diff --git
a/vfo.c
b/vfo.c
index b6fb3c66a1421006f3a5108ecf904a05cfe55a9a..fbf67dca13d2c581cc43a49dd1062f714505d7da 100644
(file)
--- a/
vfo.c
+++ b/
vfo.c
@@
-989,7
+989,7
@@
void vfo_update() {
switch(vfo[id].mode) {
case modeCWU:
case modeCWL:
- cairo_set_font_size(cr, 1
8
);
+ cairo_set_font_size(cr, 1
6
);
cairo_set_source_rgb(cr, 1.0, 1.0, 0.0);
cairo_show_text(cr, " wpm");
break;