mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-22 14:15:51 +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:
@@ -56,6 +56,7 @@ void ProjectsPrefs::Populate()
|
||||
void ProjectsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.SetBorder(2);
|
||||
S.StartScroller();
|
||||
|
||||
S.StartStatic(_("When saving a project that depends on other audio files"));
|
||||
{
|
||||
@@ -71,6 +72,8 @@ void ProjectsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.EndRadioButtonGroup();
|
||||
}
|
||||
S.EndStatic();
|
||||
S.EndScroller();
|
||||
|
||||
}
|
||||
|
||||
bool ProjectsPrefs::Commit()
|
||||
|
||||
Reference in New Issue
Block a user