mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Simplify and Clean UI
Less jarring UI with simple use of color and no pixmaps to make a clean look. Will need more work to get consistent across the code base. A simple and clean UI is starting to emerge.
This commit is contained in:
@@ -276,7 +276,8 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
|
||||
fullPlot->setInstanceName("fullPlot");
|
||||
fullPlot->grid->enableY(false);
|
||||
QPalette def;
|
||||
fullPlot->setCanvasBackground(def.color(QPalette::Window));
|
||||
//fullPlot->setCanvasBackground(def.color(QPalette::Window));
|
||||
fullPlot->setCanvasBackground(Qt::white);
|
||||
fullPlot->setCanvasLineWidth(0);
|
||||
fullPlot->enableAxis(QwtPlot::yLeft, false);
|
||||
fullPlot->enableAxis(QwtPlot::yLeft2, false);
|
||||
|
||||
Reference in New Issue
Block a user