diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-17 22:21:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-17 22:21:15 +0100 |
| commit | 5f64a83b76dd015cc03d106061bf890d3d80d788 (patch) | |
| tree | ca26a9e9c94d98d4d6dc5fbf0af71279546c1063 /src/wx/content_colour_conversion_dialog.cc | |
| parent | 395b88b4ee3a0739a32af4129b0a47d2f063a937 (diff) | |
Try to actually use colour conversion; bump libdcp in cscript.
Diffstat (limited to 'src/wx/content_colour_conversion_dialog.cc')
| -rw-r--r-- | src/wx/content_colour_conversion_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
