From 7c27f617dc91692627c6b0cf3712f7662529b594 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 3 Jan 2021 17:14:35 -0700 Subject: [PATCH] use bold font for major (bar) marks in BBT ruler to heighten contrast --- gtk2_ardour/editor_rulers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc index 30a680d0cd..564b91c849 100644 --- a/gtk2_ardour/editor_rulers.cc +++ b/gtk2_ardour/editor_rulers.cc @@ -131,7 +131,7 @@ Editor::initialize_rulers () ruler_grabbed_widget = 0; Pango::FontDescription font (UIConfiguration::instance().get_SmallerFont()); - Pango::FontDescription larger_font (UIConfiguration::instance().get_SmallFont()); + Pango::FontDescription larger_font (UIConfiguration::instance().get_SmallBoldFont()); _timecode_metric = new TimecodeMetric (this); _bbt_metric = new BBTMetric (this);