mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Pinned option first (more logical), add access key
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user