mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-16 11:25:26 +01:00
All preferences in scrollers
We now do not need to worry about the preference dialogs getting too big for small screens.
This commit is contained in:
@@ -50,6 +50,7 @@ void ImportExportPrefs::Populate()
|
||||
void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.SetBorder(2);
|
||||
S.StartScroller();
|
||||
|
||||
S.StartStatic(_("When importing audio files"));
|
||||
{
|
||||
@@ -101,6 +102,7 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
}
|
||||
S.EndStatic();
|
||||
#endif
|
||||
S.EndScroller();
|
||||
}
|
||||
|
||||
bool ImportExportPrefs::Commit()
|
||||
|
||||
Reference in New Issue
Block a user