diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-16 23:57:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-16 23:57:16 +0100 |
| commit | 0062a0ad4e8bde2866cd42404ea103ed29fa59db (patch) | |
| tree | 1664120a86cb9b56e005443bef15804a5cff80c4 /src/wx/self_dkdm_dialog.cc | |
| parent | 93664a46e226aad6cfb71749e3a83904102ea896 (diff) | |
Add DCPOMATIC_SUBHEADING_TOP_PAD.
Diffstat (limited to 'src/wx/self_dkdm_dialog.cc')
| -rw-r--r-- | src/wx/self_dkdm_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/self_dkdm_dialog.cc b/src/wx/self_dkdm_dialog.cc index 89a35803f..c8587e7ee 100644 --- a/src/wx/self_dkdm_dialog.cc +++ b/src/wx/self_dkdm_dialog.cc @@ -75,7 +75,7 @@ SelfDKDMDialog::SelfDKDMDialog (wxWindow* parent, std::shared_ptr<const Film> fi /* Sub-heading: output */ h = new StaticText (this, _("Output")); h->SetFont (subheading_font); - vertical->Add (h, 0, wxTOP, DCPOMATIC_SIZER_Y_GAP * 2); + vertical->Add(h, 0, wxTOP, DCPOMATIC_SUBHEADING_TOP_PAD); _internal = new wxRadioButton (this, wxID_ANY, _("Save to KDM Creator tool's list")); vertical->Add (_internal, 0, wxTOP, DCPOMATIC_SIZER_Y_GAP); |
