use mono font for transport clocks
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 10 Nov 2012 19:22:37 +0000 (19:22 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 10 Nov 2012 19:22:37 +0000 (19:22 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13419 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour3_fonts.rc.in
gtk2_ardour/ardour3_widget_list.rc

index 8263704251eb4786bf47736620fef3330df1773a..09fff60e619365f2aa0b94ff64e7cd0667334b60 100644 (file)
@@ -50,6 +50,11 @@ style "large_bold_text"
        font_name = "bold @FONT_LARGE@"
 }
 
+style "large_bold_mono_text"
+{
+       font_name = "bold monospace @FONT_LARGE@"
+}
+
 style "larger_text"
 {
        font_name = "@FONT_LARGE@"
index 2d4ed2753081b5f0f35eddf76a02012b7e497ed4..8cf0248e622a9cda53a803c40ccf59a75d7bb08e 100644 (file)
@@ -122,8 +122,8 @@ widget "*WarningMessage" style:highest "warning_message"
 widget "*big clock" style:highest "massive_text"
 widget "*selection clock" style:highest "small_text"
 widget "*punch clock" style:highest "small_text"
-widget "*transport clock" style:highest "large_bold_text"
-widget "*secondary clock" style:highest "large_bold_text"
+widget "*transport clock" style:highest "large_bold_mono_text"
+widget "*secondary clock" style:highest "large_bold_mono_text"
 widget "*transport delta clock" style:highest "large_bold_text"
 widget "*secondary delta clock" style:highest "large_bold_text"
 widget "*silence duration clock" style:highest "medium_text"