From 209b506a6f152db78be8b4970793fc6721b9e40a Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 22 Sep 2011 10:33:29 +1000 Subject: [PATCH] Very minor cosmetic stuff --- Graphs/gSegmentChart.cpp | 2 +- oximetry.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphs/gSegmentChart.cpp b/Graphs/gSegmentChart.cpp index 86de99f9..df0d627f 100644 --- a/Graphs/gSegmentChart.cpp +++ b/Graphs/gSegmentChart.cpp @@ -72,7 +72,7 @@ void gSegmentChart::paint(gGraph & w,int left, int top, int width, int height) float j=0.0; float sum=0.0; - float step=1.0/180.0; + float step=1.0/360.0; float px,py; float q; diff --git a/oximetry.cpp b/oximetry.cpp index a0a8be41..e4f4b344 100644 --- a/oximetry.cpp +++ b/oximetry.cpp @@ -102,7 +102,7 @@ Oximetry::Oximetry(QWidget *parent,Profile * _profile,gGraphView * shared) : PULSE->AddLayer(pulse); SPO2->AddLayer(spo2); - GraphView->setEmptyText(""); + GraphView->setEmptyText("No Oximetry Data"); GraphView->updateGL(); on_RefreshPortsButton_clicked();