drop explicit font naming on X Window
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Feb 2011 17:28:25 +0000 (17:28 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Feb 2011 17:28:25 +0000 (17:28 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8745 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index 0466f811c11778290e59fb1f77ac98eb312dd875..b50521ec76bdf6e00960d666fe2944fbea45f54a 100644 (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')