From 6d9ba1ed7fdecaa51d9f03b10089e9baee66045d Mon Sep 17 00:00:00 2001 From: Pablo Gil Date: Mon, 16 Aug 2021 17:45:45 +0200 Subject: [PATCH] make PlayHead stylable, using Link color which looks better to me (Highlight color might work as well) --- app/timeline/timelinecommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/timeline/timelinecommon.h b/app/timeline/timelinecommon.h index e14f8d546..237d579a5 100644 --- a/app/timeline/timelinecommon.h +++ b/app/timeline/timelinecommon.h @@ -48,8 +48,8 @@ public: }; -// FIXME: Hardcoded (but that might be okay here) -#define PLAYHEAD_COLOR Qt::red +// FIXME: attempt to make it stylable, Link color looks better to me but Highlight might work as well +#define PLAYHEAD_COLOR palette().link().color() }