diff --git a/astro.cpp b/astro.cpp index f7d0baf01..f861a6ce2 100644 --- a/astro.cpp +++ b/astro.cpp @@ -52,7 +52,8 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString hisgrid, astroBusy=false; } - sprintf(cc,"Az: %6.1f\n" + sprintf(cc, + "Az: %6.1f\n" "El: %6.1f\n" "MyDop: %6d\n" "DxAz: %6.1f\n" diff --git a/devsetup.ui b/devsetup.ui index acc9e7e25..e4b48e14b 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -1003,10 +1003,10 @@ 3 - -100.000000000000000 + -200.000000000000000 - 100.000000000000000 + 200.000000000000000 diff --git a/mainwindow.cpp b/mainwindow.cpp index db8904d49..d81741043 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"