summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-09-07 11:51:55 +0200
committerCarl Hetherington <cth@carlh.net>2026-09-07 11:51:55 +0200
commitc51e8cd27562bc1d74e43327e978895e8741c95f (patch)
tree53a4ca3caf08916b9fee0def26a3203ccbb1402e
parent2c71e91b69bdb1a001bde189103e60c3f4dd0afd (diff)
Fix layout of Interop/SMPTE option on macOS.HEADmain
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index 5e62978ff..da2846ea2 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -269,7 +269,7 @@ DCPPanel::add_to_grid()
++r;
add_label_to_sizer(_grid, _standard_label, true, wxGBPosition(r, 0));
- _grid->Add(_standard, wxGBPosition(r, 1), wxDefaultSpan, wxALIGN_CENTER_VERTICAL);
+ _grid->Add(_standard, wxGBPosition(r, 1), wxDefaultSpan, wxALIGN_CENTER_VERTICAL | wxEXPAND);
++r;
auto extra = new wxBoxSizer(wxHORIZONTAL);