mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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:
parent
1fbaac742a
commit
82a2e96e8c
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue