1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-09 16:05: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:
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

@@ -123,8 +123,8 @@ void GUIPrefs::Populate()
void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
{
S.SetBorder(2);
S.StartScroller();
S.StartStatic(_("Display"));
{
S.StartMultiColumn(2);