summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/audio_plot.cc')
-rw-r--r--src/wx/audio_plot.cc2
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)