mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 07:51:14 -05:00
GLSpectrum: set default waterfall share to 0.5
This commit is contained in:
parent
0aac5cf00a
commit
86881792cc
@ -45,7 +45,7 @@ void SpectrumSettings::resetToDefaults()
|
||||
m_histogramStroke = 30;
|
||||
m_displayGridIntensity = 5;
|
||||
m_displayTraceIntensity = 50;
|
||||
m_waterfallShare = 0.66;
|
||||
m_waterfallShare = 0.5;
|
||||
m_displayCurrent = true;
|
||||
m_displayWaterfall = true;
|
||||
m_invertedWaterfall = true;
|
||||
|
Loading…
Reference in New Issue
Block a user