projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecce7a2
)
move vfo a and vfo b to the right by 5 pixels
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sat, 12 Feb 2022 12:31:21 +0000
(18:01 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sat, 12 Feb 2022 12:31:21 +0000
(18:01 +0530)
vfo.c
patch
|
blob
|
history
diff --git
a/vfo.c
b/vfo.c
index b5c868e10760eac4bb7a7c479874441bdbafe621..065535391bbd63cdfbd5f785fa4d5f2199160f80 100644
(file)
--- a/
vfo.c
+++ b/
vfo.c
@@
-1041,7
+1041,7
@@
void vfo_update() {
cairo_set_source_rgb(cr, 0.0, 0.65, 0.0);
}
}
- cairo_move_to(cr, 28
0
, 95);
+ cairo_move_to(cr, 28
5
, 95);
cairo_set_font_size(cr, 70);
// cairo_show_text(cr, temp_text);
@@
-1076,7
+1076,7
@@
void vfo_update() {
cairo_set_source_rgb(cr, 0.0, 1.0, 1.0);
}
}
- cairo_move_to(cr, 28
0
, 20);
+ cairo_move_to(cr, 28
5
, 20);
cairo_set_font_size(cr, 18);
cairo_show_text(cr, temp_text);