summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-10 19:42:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-10 19:42:30 +0000
commit0cfd5a12de18d3c87a2f93edd2fc52719ab52d31 (patch)
treea3b3fae144cbd0eb7b2dd725ae9eb7e39a60d384 /gtk2_ardour
parent296a0d7b32722cc772ea0c71ca6a65f316131d78 (diff)
use (potentially ugly) monospace font for big clock too
git-svn-id: svn://localhost/ardour2/branches/3.0@13421 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour3_fonts.rc.in5
-rw-r--r--gtk2_ardour/ardour3_widget_list.rc2
2 files changed, 6 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour3_fonts.rc.in b/gtk2_ardour/ardour3_fonts.rc.in
index 09fff60e61..d0d3a458a1 100644
--- a/gtk2_ardour/ardour3_fonts.rc.in
+++ b/gtk2_ardour/ardour3_fonts.rc.in
@@ -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@"
diff --git a/gtk2_ardour/ardour3_widget_list.rc b/gtk2_ardour/ardour3_widget_list.rc
index 8cf0248e62..cc45f52c79 100644
--- a/gtk2_ardour/ardour3_widget_list.rc
+++ b/gtk2_ardour/ardour3_widget_list.rc
@@ -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"