1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-19 15:44:20 +01:00

Future static text box distinguishing track settings from globals? ...

... Leave this idea just commented out for now.
This commit is contained in:
Paul Licameli
2015-06-14 16:20:15 -04:00
parent 113edcc70a
commit 298bc981bf

View File

@@ -127,6 +127,8 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
{
S.SetBorder(2);
// S.StartStatic(_("Track Settings"));
{
S.StartStatic(_("FFT Window"));
{
S.StartMultiColumn(2);
@@ -220,6 +222,8 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
S.EndStatic();
#endif //EXPERIMENTAL_FIND_NOTES
}
// S.EndStatic();
}
bool SpectrumPrefs::Validate()
{