##// END OF EJS Templates
minor. axis grey to lightGrey
Michal Klocek -
r187:75f1a3de7c19
parent child
Show More
@@ -45,7 +45,7 int main(int argc, char *argv[])
45 45 axis.setGridPen(Qt::DashLine);
46 46
47 47 chartView->setDefaultAxisX(axis);
48 axis.setShadesBrush(Qt::gray);
48 axis.setShadesBrush(Qt::lightGray);
49 49 chartView->setDefaultAxisY(axis);
50 50
51 51 window.setCentralWidget(chartView);
General Comments 0
You need to be logged in to leave comments. Login now