mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +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];
|
const PrefsNode &node = factories[0];
|
||||||
PrefsPanelFactory &factory = *node.pFactory;
|
PrefsPanelFactory &factory = *node.pFactory;
|
||||||
mUniquePage = factory.Create(this);
|
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
|
// We're not in the wxTreebook, so add the accelerator here
|
||||||
wxAcceleratorEntry entries[1];
|
wxAcceleratorEntry entries[1];
|
||||||
#if defined(__WXMAC__)
|
#if defined(__WXMAC__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user