Fix layout with long translations.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Jan 2018 01:10:12 +0000 (01:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Jan 2018 01:10:12 +0000 (01:10 +0000)
src/wx/audio_panel.cc

index 707d9ab020cf3f235234a63e3a016ce89a0bb15a..a79c0c4b02cc455dcaa592d301152bc8be09f2bd 100644 (file)
@@ -54,7 +54,7 @@ AudioPanel::AudioPanel (ContentPanel* p)
        int r = 0;
 
        _reference = new wxCheckBox (this, wxID_ANY, _("Refer to existing DCP"));
        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..."));
        ++r;
 
        _show = new wxButton (this, wxID_ANY, _("Show graph of audio levels..."));