Very minor cosmetic stuff

This commit is contained in:
Mark Watkins 2011-09-22 10:33:29 +10:00
parent 0f1a3e4183
commit 209b506a6f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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();