mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-06 03:29:15 -04:00
modem prop spacer tweak
This commit is contained in:
parent
11f3fb9c68
commit
e0b326d35b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user