monospace font for selection clock

git-svn-id: svn://localhost/ardour2/branches/3.0@14120 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2013-03-03 11:36:35 +00:00
parent 1fbaac742a
commit 82a2e96e8c
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ widget "*InfoMessage" style:highest "info_message"
widget "*WarningMessage" style:highest "warning_message"
widget "*big clock" style:highest "monospace massive_text"
widget "*selection clock" style:highest "small_text"
widget "*selection clock" style:highest "small_mono_text"
widget "*punch clock" style:highest "small_mono_text"
widget "*transport clock" style:highest "large_bold_mono_text"
widget "*secondary clock" style:highest "large_bold_mono_text"

View file

@ -67,7 +67,7 @@ TimeInfoBox::TimeInfoBox ()
punch_title.set_text (_("Punch"));
set_homogeneous (false);
set_spacing (6);
set_spacing (0);
set_border_width (2);
pack_start (left, true, true);