From 4439406ad548be2804d05da53572e4cd156f5838 Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 26 Aug 2019 19:23:38 -0500 Subject: WOverview: let skins specify label background, text color, and font size --- src/widget/woverview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widget/woverview.h') 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; -- cgit v1.2.3