diff options
Diffstat (limited to 'stats/statscolors.h')
-rw-r--r-- | stats/statscolors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/statscolors.h b/stats/statscolors.h index e9775e2a6..050b8a3ab 100644 --- a/stats/statscolors.h +++ b/stats/statscolors.h @@ -5,6 +5,7 @@ #include <QColor> +inline const QColor backgroundColor(Qt::white); inline const QColor fillColor(0x44, 0x76, 0xaa); inline const QColor borderColor(0x66, 0xb2, 0xff); inline const QColor highlightedColor(Qt::yellow); |