diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 01:58:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:54:38 +0100 |
| commit | aa8bb7b6f6fe2eed323e6f4f978a76a9a067c545 (patch) | |
| tree | c5aff258a338112877f5bd17a5ee8263c19cf5e1 /src/wx/tall_kdm_output_panel.cc | |
| parent | 52e7269c9d8dd9e7fcf68ba126eb4ce0a593cf76 (diff) | |
Separate KDM output options yet further.
Trying here to get them to fit vertically in 768 pixels.
Diffstat (limited to 'src/wx/tall_kdm_output_panel.cc')
| -rw-r--r-- | src/wx/tall_kdm_output_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/tall_kdm_output_panel.cc b/src/wx/tall_kdm_output_panel.cc index d0bb3d7dd..d34c5460d 100644 --- a/src/wx/tall_kdm_output_panel.cc +++ b/src/wx/tall_kdm_output_panel.cc @@ -65,6 +65,7 @@ TallKDMOutputPanel::TallKDMOutputPanel(wxWindow* parent) { create_destination_widgets(this); create_details_widgets(this); + create_name_format_widgets(this); auto table = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, 0); table->AddGrowableCol (1); |
