mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 00:51:13 +02:00
Pinned option first (more logical), add access key
This commit is contained in:
parent
8e0089c552
commit
973358339d
@ -103,13 +103,12 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartStatic(_("Display"));
|
S.StartStatic(_("Display"));
|
||||||
{
|
{
|
||||||
|
S.TieCheckBox(_("&Pinned Recording/Playback head"),
|
||||||
|
PinnedHeadPreferenceKey(),
|
||||||
|
PinnedHeadPreferenceDefault());
|
||||||
S.TieCheckBox(_("&Update display when Recording/Playback head unpinned"),
|
S.TieCheckBox(_("&Update display when Recording/Playback head unpinned"),
|
||||||
wxT("/GUI/AutoScroll"),
|
wxT("/GUI/AutoScroll"),
|
||||||
true);
|
true);
|
||||||
|
|
||||||
S.TieCheckBox(_("Pinned Recording/Playback head"),
|
|
||||||
PinnedHeadPreferenceKey(),
|
|
||||||
PinnedHeadPreferenceDefault());
|
|
||||||
S.TieCheckBox(_("Automatically &fit tracks vertically zoomed"),
|
S.TieCheckBox(_("Automatically &fit tracks vertically zoomed"),
|
||||||
wxT("/GUI/TracksFitVerticallyZoomed"),
|
wxT("/GUI/TracksFitVerticallyZoomed"),
|
||||||
false);
|
false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user