1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Group Spectrograms and Waveforms preferences under Tracks

This commit is contained in:
Paul Licameli 2015-08-15 08:19:41 -04:00
parent a2eeeaaedc
commit f0fe2cb04c

View File

@ -156,15 +156,18 @@ PrefsDialog::Factories
#endif #endif
&qualityPrefsFactory, &qualityPrefsFactory,
&guiPrefsFactory, &guiPrefsFactory,
&tracksPrefsFactory,
// Group two other pages
PrefsNode(&tracksPrefsFactory, 2),
&waveformPrefsFactory,
&spectrumPrefsFactory,
&importExportPrefsFactory, &importExportPrefsFactory,
&extImportPrefsFactory, &extImportPrefsFactory,
&projectsPrefsFactory, &projectsPrefsFactory,
#if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG) || !defined(DISABLE_DYNAMIC_LOADING_LAME) #if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG) || !defined(DISABLE_DYNAMIC_LOADING_LAME)
&libraryPrefsFactory, &libraryPrefsFactory,
#endif #endif
&waveformPrefsFactory,
&spectrumPrefsFactory,
&directoriesPrefsFactory, &directoriesPrefsFactory,
&warningsPrefsFactory, &warningsPrefsFactory,
&effectsPrefsFactory, &effectsPrefsFactory,