# HG changeset patch # User unc0rr # Date 1231602627 0 # Node ID 897b37fc4966ff3f92f68d7f57b1f9c645080003 # Parent e528696f21779f8a808a36b085c1146fc4cca19d Set black background on hp graphic diff -r e528696f2177 -r 897b37fc4966 QTfrontend/statsPage.cpp --- a/QTfrontend/statsPage.cpp Sat Jan 10 15:48:02 2009 +0000 +++ b/QTfrontend/statsPage.cpp Sat Jan 10 15:50:27 2009 +0000 @@ -48,6 +48,7 @@ graphic = new FitGraphicsView(this); graphic->scale(1.0, -1.0); + graphic->setBackgroundBrush(QBrush(Qt::black)); pageLayout->addWidget(graphic, 1, 0, 1, 3); }