mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-10 02:22:27 -04:00
Better format for Astro Data window.
This commit is contained in:
parent
2a4ab7e92f
commit
a7cef9fc89
@ -73,8 +73,8 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString azelDir, double xav
|
|||||||
snprintf(cc, sizeof(cc),
|
snprintf(cc, sizeof(cc),
|
||||||
"Az: %6.1f\n"
|
"Az: %6.1f\n"
|
||||||
"El: %6.1f\n"
|
"El: %6.1f\n"
|
||||||
"SelfDop:%5d\n"
|
"SelfDop:%6d\n"
|
||||||
"MoonDec:%5.1f\n"
|
"MoonDec:%6.1f\n"
|
||||||
"SunAz: %6.1f\n"
|
"SunAz: %6.1f\n"
|
||||||
"SunEl: %6.1f\n"
|
"SunEl: %6.1f\n"
|
||||||
"Freq: %6d\n"
|
"Freq: %6d\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user