diff -r d5a029299407 -r 6193503c4727 QTfrontend/ui/page/pagegamestats.cpp --- a/QTfrontend/ui/page/pagegamestats.cpp Fri Mar 16 19:25:51 2018 +0100 +++ b/QTfrontend/ui/page/pagegamestats.cpp Sat Mar 17 00:13:49 2018 +0100 @@ -70,6 +70,7 @@ // graph graphic = new FitGraphicsView(gb); + graphic->setObjectName("gameStatsView"); labelGraphTitle = new QLabel(this); labelGraphTitle->setTextFormat(Qt::RichText); labelGraphTitle->setText("

" + PageGameStats::tr("Health graph") + "

");