summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-07 17:28:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-07 17:28:25 +0000
commitbf476d4a588fdceb24caffb8677ceb956592edbc (patch)
tree5a0a37cc363758b13944f1a3c2813450848631be /gtk2_ardour
parent4e40ac9358e249f465838ba4148a583707ef1509 (diff)
drop explicit font naming on X Window
git-svn-id: svn://localhost/ardour2/branches/3.0@8745 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/wscript5
1 files changed, 1 insertions, 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')