X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_colour_conversion_dialog.cc;h=d8e768bcd6d16b069ab273ae0eb414a5e8d3bce1;hb=257003efd1e5b984bec12be6e5a18659022afa06;hp=8fca090adac4953db6123ff28a17a2daed279741;hpb=2499c41097f8410cb3016e095a85d68979485a7b;p=dcpomatic.git diff --git a/src/wx/content_colour_conversion_dialog.cc b/src/wx/content_colour_conversion_dialog.cc index 8fca090ad..d8e768bcd 100644 --- a/src/wx/content_colour_conversion_dialog.cc +++ b/src/wx/content_colour_conversion_dialog.cc @@ -44,7 +44,7 @@ ContentColourConversionDialog::ContentColourConversionDialog (wxWindow* parent) table->Add (_preset_choice); 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);