Try to actually use colour conversion; bump libdcp in cscript.
[dcpomatic.git] / src / wx / preset_colour_conversion_dialog.cc
index 8c4a6dbcf792367fb07c14207f15eb7e956f9811..e7f8cf0494cd741813f3a74f19d100c91d911355 100644 (file)
@@ -39,7 +39,7 @@ PresetColourConversionDialog::PresetColourConversionDialog (wxWindow* parent)
        table->Add (_name);
 
        overall_sizer->Add (table, 1, wxEXPAND | wxALL, DCPOMATIC_DIALOG_BORDER);
-       overall_sizer->Add (new wxStaticLine (this, wxID_ANY));
+       overall_sizer->Add (new wxStaticLine (this, wxID_ANY), 0, wxEXPAND);
        overall_sizer->Add (_editor);
 
        wxSizer* buttons = CreateSeparatedButtonSizer (wxOK);