mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 22:28:57 +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.TieCheckBox(_("&Pinned Recording/Playback head"),
|
||||
PinnedHeadPreferenceKey(),
|
||||
PinnedHeadPreferenceDefault());
|
||||
S.TieCheckBox(_("&Update display when Recording/Playback head unpinned"),
|
||||
wxT("/GUI/AutoScroll"),
|
||||
true);
|
||||
|
||||
S.TieCheckBox(_("Pinned Recording/Playback head"),
|
||||
PinnedHeadPreferenceKey(),
|
||||
PinnedHeadPreferenceDefault());
|
||||
S.TieCheckBox(_("Automatically &fit tracks vertically zoomed"),
|
||||
wxT("/GUI/TracksFitVerticallyZoomed"),
|
||||
false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user