13
0

use (potentially ugly) monospace font for big clock too

git-svn-id: svn://localhost/ardour2/branches/3.0@13421 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-11-10 19:42:30 +00:00
parent 296a0d7b32
commit 0cfd5a12de
2 changed files with 6 additions and 1 deletions

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

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