From cbbcccac8a8c8a6374b5bdad5b1f1c909847170b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Jan 2018 01:10:12 +0000 Subject: [PATCH] Fix layout with long translations. --- src/wx/audio_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")); -- 2.30.2