mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Simplify adding vertical space in dialog.
This commit is contained in:
parent
868615b6ba
commit
cb3e8844ba
@ -192,11 +192,7 @@ EchoDialog::EchoDialog(EffectEcho * effect, wxWindow * parent)
|
||||
|
||||
void EchoDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.StartHorizontalLay(wxCENTER, false);
|
||||
{
|
||||
// Add a little space
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
S.AddSpace(0, 5);
|
||||
|
||||
S.StartMultiColumn(2, wxALIGN_CENTER);
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user