diff --git a/Graphs/gFooBar.cpp b/Graphs/gFooBar.cpp index 969d641f..24471e94 100644 --- a/Graphs/gFooBar.cpp +++ b/Graphs/gFooBar.cpp @@ -59,7 +59,7 @@ void gFooBar::Plot(gGraphWindow & w,float scrx,float scry) glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA,GL_ONE_MINUS_SRC_ALPHA); - glColor4f(.2,.2,.2,.4); + glColor4f(.2,.2,.2,.3); glBegin(GL_QUADS); glVertex2f(start_px+px, w.GetBottomMargin()); glVertex2f(start_px+px, w.GetBottomMargin()+height); diff --git a/daily.cpp b/daily.cpp index b2bd634c..4fc133c2 100644 --- a/daily.cpp +++ b/daily.cpp @@ -110,7 +110,7 @@ Daily::Daily(QWidget *parent,QGLContext *context) : LEAK->AddLayer(new gXAxis()); LEAK->AddLayer(new gYAxis()); //LEAK->AddLayer(new gFooBar()); - LEAK->AddLayer(new gLineChart(leakdata,QColor("purple"),4096,false,false,false)); + LEAK->AddLayer(new gLineChart(leakdata,QColor("purple"),65536,false,false,true)); LEAK->setMinimumHeight(150);