mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Simplify adding vertical space in dialog.
This commit is contained in:
@@ -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);
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user