1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00

Try a different way of specifying separation between Preview and Dry Preview buttons, that should be more correct cross-platform.

This commit is contained in:
v.audacity
2013-06-27 01:27:36 +00:00
parent 00efb43219
commit 43042ab7c8
2 changed files with 2 additions and 4 deletions

View File

@@ -310,8 +310,7 @@ ReverbDialogue::ReverbDialogue(EffectReverb * effect, wxWindow * parent):
void ReverbDialogue::PopulateOrExchange(ShuttleGui & s)
{
s.StartHorizontalLay(wxCENTER, false); // Add a little space
s.EndHorizontalLay();
s.AddSpace(0, 5);
s.StartMultiColumn(3, wxEXPAND);
{