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:
@@ -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"
|
||||
|
||||
@@ -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 ());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user