diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-28 11:06:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-28 11:06:15 +0100 |
| commit | 97c1bc360f912d66d3fc0430b331214e4da79644 (patch) | |
| tree | 7cd48eb541e87572fb5b86daefdc9ef19b99dc97 /src | |
| parent | 21f38f92cce67a6e2766dafb138f10c27fa26bdf (diff) | |
Tinker with layout.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 72c1cd33f..7f3f4b07b 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -72,9 +72,9 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film) /* Sub-heading: CPL */ h = new wxStaticText (this, wxID_ANY, _("CPL")); h->SetFont (subheading_font); - vertical->Add (h, 0, wxALIGN_CENTER_VERTICAL | wxTOP, DCPOMATIC_SIZER_Y_GAP * 2); + vertical->Add (h, 0, wxALIGN_CENTER_VERTICAL, DCPOMATIC_SIZER_Y_GAP * 2); _cpl = new KDMCPLPanel (this, film->cpls ()); - vertical->Add (_cpl); + vertical->Add (_cpl, 0, wxEXPAND); /* Sub-heading: Output */ h = new wxStaticText (this, wxID_ANY, _("Output")); |
