use bold font for major (bar) marks in BBT ruler to heighten contrast
This commit is contained in:
parent
14318dd342
commit
7c27f617dc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user