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:
parent
059139bb6d
commit
37bc61f4ac
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user