mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +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)
|
void EchoDialog::PopulateOrExchange(ShuttleGui & S)
|
||||||
{
|
{
|
||||||
S.StartHorizontalLay(wxCENTER, false);
|
S.AddSpace(0, 5);
|
||||||
{
|
|
||||||
// Add a little space
|
|
||||||
}
|
|
||||||
S.EndHorizontalLay();
|
|
||||||
|
|
||||||
S.StartMultiColumn(2, wxALIGN_CENTER);
|
S.StartMultiColumn(2, wxALIGN_CENTER);
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user