X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fpreset_colour_conversion_dialog.cc;h=ce6897ecdb63cc70d292ff731dee8048f283c6fa;hb=a0c0e609f7fbff8513135428378cc16684bae937;hp=e7f8cf0494cd741813f3a74f19d100c91d911355;hpb=5f64a83b76dd015cc03d106061bf890d3d80d788;p=dcpomatic.git diff --git a/src/wx/preset_colour_conversion_dialog.cc b/src/wx/preset_colour_conversion_dialog.cc index e7f8cf049..ce6897ecd 100644 --- a/src/wx/preset_colour_conversion_dialog.cc +++ b/src/wx/preset_colour_conversion_dialog.cc @@ -34,9 +34,10 @@ PresetColourConversionDialog::PresetColourConversionDialog (wxWindow* parent) SetSizer (overall_sizer); wxFlexGridSizer* table = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP); + table->AddGrowableCol (1, 1); add_label_to_sizer (table, this, _("Name"), true); _name = new wxTextCtrl (this, wxID_ANY, wxT ("")); - table->Add (_name); + table->Add (_name, 1, wxEXPAND | wxALL); overall_sizer->Add (table, 1, wxEXPAND | wxALL, DCPOMATIC_DIALOG_BORDER); overall_sizer->Add (new wxStaticLine (this, wxID_ANY), 0, wxEXPAND);