diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 707d9ab02..a79c0c4b0 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -54,7 +54,7 @@ AudioPanel::AudioPanel (ContentPanel* p) int r = 0; _reference = new wxCheckBox (this, wxID_ANY, _("Refer to existing DCP")); - grid->Add (_reference, wxGBPosition (r, 0), wxGBSpan (1, 2)); + grid->Add (_reference, wxGBPosition (r, 0), wxGBSpan (1, 3)); ++r; _show = new wxButton (this, wxID_ANY, _("Show graph of audio levels...")); |
