used more saturated colors in stats graph

This commit is contained in:
csoler 2017-05-11 18:46:40 +02:00
parent 7a19deea03
commit 38d07430b7
2 changed files with 15 additions and 9 deletions

View file

@ -191,7 +191,7 @@ private:
void paintScale1();
void paintScale2();
QColor getColor(int i) ;
QColor getColor(const std::string &name) ;
/** Returns a formatted string representation of total. */
QString totalToStr(qreal total);