diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-22 15:04:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 23:41:00 +0100 |
| commit | 0adb508ce5fbc69a4324b7278ac245f28095d38c (patch) | |
| tree | 50f0b4dc9047466327d5909cefa7514b54ea3e98 /src/wx/content_timeline_text_view.cc | |
| parent | 63b1442519ce5032a7fd85d9585aa203de639f27 (diff) | |
Extract timeline content colours to a header.
Diffstat (limited to 'src/wx/content_timeline_text_view.cc')
| -rw-r--r-- | src/wx/content_timeline_text_view.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_timeline_text_view.cc b/src/wx/content_timeline_text_view.cc index 3b7eeebce..f22f47850 100644 --- a/src/wx/content_timeline_text_view.cc +++ b/src/wx/content_timeline_text_view.cc @@ -19,6 +19,7 @@ */ +#include "colours.h" #include "content_timeline_text_view.h" #include "lib/text_content.h" #include "lib/content.h" @@ -41,7 +42,7 @@ ContentTimelineTextView::background_colour() const return wxColour (210, 210, 210, 128); } - return wxColour (163, 255, 154, 255); + return TEXT_CONTENT_COLOUR; } wxColour |
