mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
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:
parent
512411c9e5
commit
d014c7f86c
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue