diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-25 23:40:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-25 23:40:08 +0000 |
| commit | 36fdb78ea9973d1a797171d762802e707577c960 (patch) | |
| tree | 50f477ff88f25873b31bbd40f5455d4b37b20bee /src/wx/audio_plot.cc | |
| parent | cb4572c5c4b0a543d42b05a47c37d5db2dc44bb8 (diff) | |
Tweak number of points and minimum dB for display.
Diffstat (limited to 'src/wx/audio_plot.cc')
| -rw-r--r-- | src/wx/audio_plot.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index 8d5184d48..ad69b6e1d 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -33,7 +33,7 @@ using std::min; using boost::bind; using boost::shared_ptr; -int const AudioPlot::_minimum = -90; +int const AudioPlot::_minimum = -70; AudioPlot::AudioPlot (wxWindow* parent) : wxPanel (parent) |
