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:
@@ -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);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user