summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2019-08-26 19:23:38 -0500
committerBe <be@mixxx.org>2019-08-26 19:25:24 -0500
commit4439406ad548be2804d05da53572e4cd156f5838 (patch)
tree13831739ed8af15c8a133b1bef7c59b754c3b15f /src/widget/woverview.h
parent058f0d4f5a98593df97396ed49f873d65145d840 (diff)
WOverview: let skins specify label background, text color, and font size
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index da171c4bf2..4fc6ddbdf9 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -159,6 +159,8 @@ class WOverview : public WWidget, public TrackDropTarget {
QPixmap m_backgroundPixmap;
QString m_backgroundPixmapPath;
QColor m_qColorBackground;
+ int m_iLabelFontSize;
+ QColor m_labelTextColor;
QColor m_labelBackgroundColor;
QColor m_endOfTrackColor;