use (potentially ugly) monospace font for big clock too
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 10 Nov 2012 19:42:30 +0000 (19:42 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 10 Nov 2012 19:42:30 +0000 (19:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13421 d708f5d6-7413-0410-9779-e7cbd77b26cf

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

index 09fff60e619365f2aa0b94ff64e7cd0667334b60..d0d3a458a1785f88bd8865f7a36a86e6868ce4f9 100644 (file)
@@ -65,6 +65,11 @@ style "massive_text"
        font_name = "@FONT_MASSIVE@"
 }
 
+style "monospace massive_text"
+{
+       font_name = "monospace @FONT_MASSIVE@"
+}
+
 style "larger_bold_text"
 {
        font_name = "bold @FONT_LARGE@"
index 8cf0248e622a9cda53a803c40ccf59a75d7bb08e..cc45f52c79fd703309168e39cfeaa72a59944b6e 100644 (file)
@@ -119,7 +119,7 @@ widget "*FatalMessage" style:highest "fatal_message"
 widget "*InfoMessage" style:highest "info_message"
 widget "*WarningMessage" style:highest "warning_message"
 
-widget "*big clock" style:highest "massive_text"
+widget "*big clock" style:highest "monospace massive_text"
 widget "*selection clock" style:highest "small_text"
 widget "*punch clock" style:highest "small_text"
 widget "*transport clock" style:highest "large_bold_mono_text"