1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 16:08:07 +02:00

Make scroll panel of Spect Settings absorb the window resizing

This commit is contained in:
Paul Licameli 2017-08-29 08:32:54 -04:00
parent 059139bb6d
commit 37bc61f4ac

View File

@ -291,7 +291,7 @@ PrefsDialog::PrefsDialog
const PrefsNode &node = factories[0];
PrefsPanelFactory &factory = *node.pFactory;
mUniquePage = factory.Create(this);
wxWindow * uniquePageWindow = S.AddWindow(mUniquePage, wxEXPAND);
wxWindow * uniquePageWindow = S.Prop(1).AddWindow(mUniquePage, wxEXPAND);
// We're not in the wxTreebook, so add the accelerator here
wxAcceleratorEntry entries[1];
#if defined(__WXMAC__)