diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-09-07 11:51:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-09-07 11:51:55 +0200 |
| commit | c51e8cd27562bc1d74e43327e978895e8741c95f (patch) | |
| tree | 53a4ca3caf08916b9fee0def26a3203ccbb1402e /src/wx | |
| parent | 2c71e91b69bdb1a001bde189103e60c3f4dd0afd (diff) | |
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/dcp_panel.cc | 2 |
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); |
