From e0b326d35baa35a11fb465fd906160687d9835c9 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Thu, 28 Jul 2016 23:43:51 -0400 Subject: [PATCH] modem prop spacer tweak --- src/AppFrame.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/AppFrame.cpp b/src/AppFrame.cpp index ab1462b..ce4da9d 100644 --- a/src/AppFrame.cpp +++ b/src/AppFrame.cpp @@ -118,6 +118,10 @@ AppFrame::AppFrame() : modemProps->Hide(); demodTray->Add(modemProps, 15, wxEXPAND | wxALL, 0); + +#ifndef __APPLE__ + demodTray->AddSpacer(1); +#endif wxGetApp().getDemodSpectrumProcessor()->setup(1024); demodSpectrumCanvas = new SpectrumCanvas(demodPanel, attribList);