use mono font for transport clocks

git-svn-id: svn://localhost/ardour2/branches/3.0@13419 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2012-11-10 19:22:37 +00:00
parent c27dde889c
commit 412d5c3b2b
2 changed files with 7 additions and 2 deletions

View 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@"

View 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"