Shift+Z for Zoom Toggle. Theme tweaks.

Dank and HiContrast themes now with improved Zoom Toggle icon.
Microphone and Speaker icon bolder, not greyed out, on Dark theme.
This commit is contained in:
James Crook 2018-01-11 19:24:26 +00:00
parent 1d5b373f7e
commit 34531b62fc
4 changed files with 6869 additions and 6894 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
// ThemeAsCeeCode.h
// LightThemeAsCeeCode.h
//
// This file was Auto-Generated.
// It is included by Theme.cpp.

View File

@ -700,7 +700,7 @@ void AudacityProject::CreateMenusAndCommands()
c->AddSeparator();
c->AddItem(wxT("ZeroCross"), _("At &Zero Crossings"), FN(OnZeroCrossing), wxT(""));
c->AddItem(wxT("ZeroCross"), _("At &Zero Crossings"), FN(OnZeroCrossing), wxT("Z"));
c->EndMenu();
@ -722,7 +722,7 @@ void AudacityProject::CreateMenusAndCommands()
c->AddItem(wxT("ZoomSel"), _("&Zoom to Selection"), FN(OnZoomSel), wxT("Ctrl+E"),
TimeSelectedFlag,
TimeSelectedFlag);
c->AddItem(wxT("ZoomToggle"), _("Zoom &Toggle"), FN(OnZoomToggle), wxT("Z"),
c->AddItem(wxT("ZoomToggle"), _("Zoom &Toggle"), FN(OnZoomToggle), wxT("Shift+Z"),
TracksExistFlag,
TracksExistFlag);
c->EndSubMenu();