modem prop spacer tweak

This commit is contained in:
Charles J. Cliffe 2016-07-28 23:43:51 -04:00
parent 11f3fb9c68
commit e0b326d35b
1 changed files with 4 additions and 0 deletions

View File

@ -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);