fix monospace font and clock width
authorRobin Gareus <robin@gareus.org>
Tue, 29 Jan 2013 13:49:51 +0000 (13:49 +0000)
committerRobin Gareus <robin@gareus.org>
Tue, 29 Jan 2013 13:49:51 +0000 (13:49 +0000)
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

gtk2_ardour/ardour3_fonts.rc.in
gtk2_ardour/wscript

index 87b6650a66260cdfdc8a1b355423307171ca423a..5024c7759aa9b1dc00d1db239c42b23c577382eb 100644 (file)
@@ -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"
index 565963ef643038f1f13e102b95dc899b266a50f2..43bfc562b816416cedbc478b5edd786a0718b4b4 100644 (file)
@@ -528,7 +528,7 @@ def build(bld):
                 'MASSIVE' : '60',
         }
         font_names = {
-                'BOLD_MONOSPACE' : 'bold monospace'
+                'BOLD_MONOSPACE' : 'monospace bold'
         }
 
     # Set up font substitution dictionary