From 74c03b9fc057ca4ddb25ee7d8783d15e2b12c0c2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 1 Feb 2010 04:08:06 +0000 Subject: [PATCH] mixing monospace font thing for miditrace window git-svn-id: svn://localhost/ardour2/branches/3.0@6606 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/wscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 5f7599f817..cd52ce3728 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -344,8 +344,12 @@ def build(bld): else: key = "_".join (['FONT',sizename]) fontstyle = " ".join ([basefont,points]) + font_subst_dict[key] = fontstyle + # add normal monospace to font dict + font_subst_dict['FONT_MONOSPACE_NORMAL'] = 'monospace 10' + # RC files obj = bld.new_task_gen('subst') obj.source = 'ardour3_ui_dark.rc.in'