summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-29 13:49:51 +0000
committerRobin Gareus <robin@gareus.org>2013-01-29 13:49:51 +0000
commitabc9e6405a10028d3d757f33d4054f9f03216f03 (patch)
tree9edb91320adc6d1fbd695f5f3eb436067de7cb60 /gtk2_ardour
parent03b4633e47ab3e2a2a4f229663f60954964c6182 (diff)
fix monospace font and clock width
Now it's really monospace - fixed width per char and the clock annotations are no longer cut short. but the default monospace font is ugly :( git-svn-id: svn://localhost/ardour2/branches/3.0@14025 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour3_fonts.rc.in2
-rw-r--r--gtk2_ardour/wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour3_fonts.rc.in b/gtk2_ardour/ardour3_fonts.rc.in
index 87b6650a66..5024c7759a 100644
--- a/gtk2_ardour/ardour3_fonts.rc.in
+++ b/gtk2_ardour/ardour3_fonts.rc.in
@@ -10,7 +10,7 @@ style "small_text"
style "small_mono_text"
{
- font_name = "bold monospace @FONT_SMALL@"
+ font_name = "monospace bold @FONT_SMALL@"
}
style "small_italic_text"
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 565963ef64..43bfc562b8 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -528,7 +528,7 @@ def build(bld):
'MASSIVE' : '60',
}
font_names = {
- 'BOLD_MONOSPACE' : 'bold monospace'
+ 'BOLD_MONOSPACE' : 'monospace bold'
}
# Set up font substitution dictionary