Tweak the Astro Window layout.

This commit is contained in:
Joe Taylor
2024-01-05 13:17:51 -05:00
parent bb4564f734
commit d594d14a1e
2 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString azelDir, double xav
"Dgrd: %6.1f",
azmoon,elmoon,ndop00,decmoon,azsun,elsun,
nfreq,ntsky,xnr,dgrd);
ui->astroTextBrowser->setText(" "+ date + "\nUTC: " + utc + "\n" + cc);
ui->astroTextBrowser->setText(" "+ date + "\nUTC: " + utc + "\n" + cc);
double azOffset=0.0;
double elOffset=0.0;