mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 15:08:39 +01:00
Layout changes
- Progress bar now less likely to obscure a small window that invokes it. - Check boxes grouped together in TrackPrefs
This commit is contained in:
@@ -132,6 +132,9 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("Auto-&fit track height"),
|
||||
wxT("/GUI/TracksFitVerticallyZoomed"),
|
||||
false);
|
||||
S.TieCheckBox(_("Sho&w audio track name as overlay"),
|
||||
wxT("/GUI/ShowTrackNameInWaveform"),
|
||||
false);
|
||||
|
||||
S.AddSpace(10);
|
||||
|
||||
@@ -157,10 +160,6 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
30);
|
||||
}
|
||||
S.EndMultiColumn();
|
||||
|
||||
S.TieCheckBox(_("Sho&w audio track name as overlay"),
|
||||
wxT("/GUI/ShowTrackNameInWaveform"),
|
||||
false);
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user