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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user