13
0

drop explicit font naming on X Window

git-svn-id: svn://localhost/ardour2/branches/3.0@8745 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-07 17:28:25 +00:00
parent 4e40ac9358
commit bf476d4a58

View File

@ -400,7 +400,7 @@ def build(bld):
'MASSIVE' : '60'
}
else: # Linux/X11 fonts
basefont = "sans"
basefont = '' # unspecified - use system defaults
font_sizes = {
'TINY' : '6',
'SMALLER' : '8',
@ -426,9 +426,6 @@ def build(bld):
font_subst_dict[key] = fontstyle
# add normal monospace to font dict
font_subst_dict['FONT_MONOSPACE_NORMAL'] = 'monospace 10'
dark_rc_subst_dict = font_subst_dict
dark_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme ('gtk2_ardour/ardour3_ui_dark.rc.in')