From a0d4b58f4847a37958e8fb7efdd6831c3dcbe2d9 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 4 Jun 2012 19:42:38 +0000 Subject: [PATCH] Increase range of Si570 calibration spinner to +/- 200 ppm. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2469 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- astro.cpp | 3 ++- devsetup.ui | 4 ++-- mainwindow.cpp | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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"