1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 15:23:48 +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:
James Crook
2018-01-17 20:41:40 +00:00
parent 81b22a2b2b
commit a019addafb
20 changed files with 51 additions and 11 deletions

View File

@@ -115,6 +115,7 @@ void MidiIOPrefs::PopulateOrExchange( ShuttleGui & S ) {
wxArrayString empty;
S.SetBorder(2);
S.StartScroller();
S.StartStatic(_("Interface"));
{
@@ -173,6 +174,8 @@ void MidiIOPrefs::PopulateOrExchange( ShuttleGui & S ) {
}
S.EndStatic();
#endif
S.EndScroller();
}
void MidiIOPrefs::OnHost(wxCommandEvent & WXUNUSED(e))