mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-12 01:15:39 +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:
@@ -85,6 +85,7 @@ void ExtImportPrefs::Populate()
|
||||
void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.SetBorder(2);
|
||||
S.StartScroller();
|
||||
|
||||
S.TieCheckBox(_("A&ttempt to use filter in OpenFile dialog first"),
|
||||
wxT("/ExtendedImport/OverrideExtendedImportByOpenFileDialogChoice"),
|
||||
@@ -182,6 +183,8 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.EndHorizontalLay();
|
||||
}
|
||||
S.EndStatic();
|
||||
S.EndScroller();
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
SetMinSize(GetSize());
|
||||
|
||||
Reference in New Issue
Block a user