mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Less jarring use of pixmaps in look and feel.
This commit is contained in:
@@ -275,7 +275,8 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
|
||||
fullPlot = new AllPlot(this, mainWindow);
|
||||
fullPlot->setInstanceName("fullPlot");
|
||||
fullPlot->grid->enableY(false);
|
||||
fullPlot->setCanvasBackground(GColor(CPLOTTHUMBNAIL));
|
||||
QPalette def;
|
||||
fullPlot->setCanvasBackground(def.color(QPalette::Window));
|
||||
fullPlot->setCanvasLineWidth(0);
|
||||
fullPlot->enableAxis(QwtPlot::yLeft, false);
|
||||
fullPlot->enableAxis(QwtPlot::yLeft2, false);
|
||||
|
||||
Reference in New Issue
Block a user