mixing monospace font thing for miditrace window

git-svn-id: svn://localhost/ardour2/branches/3.0@6606 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-02-01 04:08:06 +00:00
parent c07888e6ac
commit 74c03b9fc0

View file

@ -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'