Fix style of the clock in the insert time dialogue.

git-svn-id: svn://localhost/ardour2/branches/3.0@10056 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-09-06 09:43:57 +00:00
parent 512411c9e5
commit d014c7f86c
2 changed files with 2 additions and 2 deletions

View file

@ -402,4 +402,4 @@ widget "*TimeInfoPunchButton" style:highest "punch_button"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
widget "*MixerMidiInputEnableButton" style:highest "mouse_mode_button"
widget "*InsertTimeClock" style:highest "default_clock_display"

View file

@ -31,7 +31,7 @@ using namespace Editing;
InsertTimeDialog::InsertTimeDialog (PublicEditor& e)
: ArdourDialog (_("Insert Time"))
, _editor (e)
, _clock ("insertTimeClock", true, X_("InsertTimeClock"), true, false, true, true)
, _clock ("insertTimeClock", true, X_("InsertTimeClock"), true, false, true, false)
{
set_session (_editor.session ());