From 31901d96cd6ba699e8f06b43057786ec405613a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 27 Dec 2013 15:36:11 +0000 Subject: Remove erroneous float passed as int parameter. --- src/wx/film_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 564b90d28..e478734c7 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -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")); -- cgit v1.2.3