summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-08-07 18:18:28 +0200
committerronso0 <ronso0@mixxx.org>2020-08-07 18:18:28 +0200
commitea5b8fa1b13d2614f4f288bf6aa7ffb37728a3cc (patch)
tree7275bd878ff712bc8e72a07fe4e024cd17a451d8 /src/widget/woverview.h
parent0cf2ee06970022f14b3a76b7c354191840c67415 (diff)
WOverView: get colors once in setup, add linebreaks, remove factor 1
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 92bbcefa01..531ec358b4 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -165,12 +165,16 @@ class WOverview : public WWidget, public TrackDropTarget {
QPixmap m_backgroundPixmap;
QString m_backgroundPixmapPath;
- QColor m_qColorBackground;
+ QColor m_backgroundColor;
int m_iLabelFontSize;
QColor m_labelTextColor;
QColor m_labelBackgroundColor;
+ QColor m_axesColor;
+ QColor m_playPosColor;
QColor m_endOfTrackColor;
QColor m_passthroughOverlayColor;
+ QColor m_playedOverlayColor;
+ QColor m_lowColor;
QLabel* m_pPassthroughLabel;
// All WaveformMarks