summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-13 12:51:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-13 12:51:46 -0400
commit7d678604fad1ac009c48fd6c91a1041a588b8b50 (patch)
treed4560e846ae953631bdd78c8b8d6f4868fc16cee /gtk2_ardour/editor_rulers.cc
parentbcdac3d06eca5d7decdb7d8078ddafc04adcf30e (diff)
add all the fonts, and use the right name for the rulers as a result
Diffstat (limited to 'gtk2_ardour/editor_rulers.cc')
-rw-r--r--gtk2_ardour/editor_rulers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc
index 12cd09d0ce..01a6940cea 100644
--- a/gtk2_ardour/editor_rulers.cc
+++ b/gtk2_ardour/editor_rulers.cc
@@ -121,7 +121,7 @@ void
Editor::initialize_rulers ()
{
ruler_grabbed_widget = 0;
- Pango::FontDescription font (ARDOUR_UI::config()->get_canvasvar_RulerFont());
+ Pango::FontDescription font (ARDOUR_UI::config()->get_canvasvar_SmallFont());
_timecode_metric = new TimecodeMetric (this);
_bbt_metric = new BBTMetric (this);