1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 09:00:07 +02:00

Shorter Time Shift wording, clarify (dB) range

Also gets rid of horizontal scroll bar, at least on Windows.
This commit is contained in:
Gale Andrews 2016-10-22 20:09:46 +01:00 committed by GitHub
parent 25b7a0040f
commit 6daa2a3a93

View File

@ -128,8 +128,8 @@ void MousePrefs::CreateList()
AddItem(_("Shift-Drag"), _("Zoom"), _("Zoom out on a Range"));
AddItem(_("Middle-Click"), _("Zoom"), _("Zoom default"));
AddItem(_("Left-Drag"), _("Time-Shift"),_("Time shift clip or move up/down between tracks"));
AddItem(_("Shift-Left-Drag"), _("Time-Shift"),_("Time shift all clips in track"));
AddItem(_("Left-Drag"), _("Time-Shift"),_("Move clip left/right or between tracks"));
AddItem(_("Shift-Left-Drag"), _("Time-Shift"),_("Move all clips in track left/right"));
AddItem(CTRL + _("-Left-Drag"),_("Time-Shift"),_("Move clip up/down between tracks"));
AddItem(_("Left-Drag"),
@ -157,7 +157,7 @@ void MousePrefs::CreateList()
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll tracks up or down"));
AddItem(_("Shift-Wheel-Rotate"), _("Any"), _("Scroll waveform"));
AddItem(CTRL + _("-Wheel-Rotate"), _("Any"), _("Zoom waveform in or out"));
AddItem(CTRL + _("-Shift-Wheel-Rotate"), _("Any"), _("Waveform (dB) range"));
AddItem(CTRL + _("-Shift-Wheel-Rotate"), _("Any"), _("Vertical Scale Waveform (dB) range"));
mList->SetColumnWidth(BlankColumn, 0);
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);