mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
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:
parent
c07888e6ac
commit
74c03b9fc0
1 changed files with 4 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue