Remove erroneous float passed as int parameter.
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 15:36:11 +0000 (15:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 15:36:11 +0000 (15:36 +0000)
src/wx/film_editor.cc

index 564b90d28ab63295e675f594c71981d6a2297faf..e478734c7149dbcdba326ba42be3cc44bea3599b 100644 (file)
@@ -284,7 +284,7 @@ FilmEditor::make_content_panel ()
 
                s->Add (b, 0, wxALL, 4);
 
-               _content_sizer->Add (s, 0.75, wxEXPAND | wxALL, 6);
+               _content_sizer->Add (s, 1, wxEXPAND | wxALL, 6);
        }
 
        _sequence_video = new wxCheckBox (_content_panel, wxID_ANY, _("Keep video in sequence"));