From bf476d4a588fdceb24caffb8677ceb956592edbc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 7 Feb 2011 17:28:25 +0000 Subject: [PATCH] drop explicit font naming on X Window git-svn-id: svn://localhost/ardour2/branches/3.0@8745 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/wscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 0466f811c1..b50521ec76 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -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')