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:
@@ -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@"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user