13
0

correct length for BBT "off" clock state; use bold font for nudge clock

git-svn-id: svn://localhost/ardour2/branches/3.0@10675 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-18 16:36:39 +00:00
parent f7c8bbc1a0
commit e3d9a971a7
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ 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"
widget "*edit point clock" style:highest "medium_text"
widget "*nudge clock" style:highest "medium_text"
widget "*nudge clock" style:highest "medium_bold_text"
widget "*menubar clock" style:highest "medium_text"
widget "*zoomrange clock" style:highest "medium_text"
widget "*timecodeoffset clock" style:highest "medium_text"

View File

@ -848,7 +848,7 @@ AudioClock::set_bbt (framepos_t when, bool force)
Timecode::BBT_Time BBT;
if (_off) {
_layout->set_text ("\u2012\u2012|\u2012\u2012|\u2012\u2012");
_layout->set_text ("\u2012\u2012|\u2012\u2012|\u2012\u2012\u2012\u2012");
if (_left_layout) {
_left_layout->set_text ("");
_right_layout->set_text ("");