mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
pianoroll: use a larger, bolder font for ruler text
This commit is contained in:
parent
1671b145ba
commit
40565b5740
1 changed files with 2 additions and 0 deletions
|
|
@ -559,6 +559,8 @@ Pianoroll::build_canvas ()
|
|||
|
||||
n_timebars++;
|
||||
#endif
|
||||
|
||||
Pango::FontDescription font (UIConfiguration::instance().get_NormalBoldFont());
|
||||
bbt_ruler = new ArdourCanvas::Ruler (time_line_group, &bbt_metric, ArdourCanvas::Rect (0, timebar_height * n_timebars, ArdourCanvas::COORD_MAX, timebar_height * (n_timebars+1)));
|
||||
bbt_ruler->set_font_description (font);
|
||||
Gtkmm2ext::Color base = UIConfiguration::instance().color ("ruler base");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue