summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-05 22:00:09 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-05 22:00:09 +0200
commit71fefe8f5d72c1d029eab7584c04066c1a5ff041 (patch)
tree5e4ec97bb869688bd4f7705df3f12c3a79aef2b8 /src
parent2d10f2ed6596cae02a6ed7321c5c79ffef4ef75b (diff)
Fix broken ISDCF name label.
Diffstat (limited to 'src')
-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 302ed4184..8109741fb 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -176,7 +176,7 @@ DCPPanel::add_to_grid ()
}
++r;
- _grid->Add (_dcp_name, wxGBPosition(r, 0), wxGBSpan(1, 2), wxALIGN_CENTER_VERTICAL);
+ _grid->Add (_dcp_name, wxGBPosition(r, 0), wxGBSpan(1, 2), wxALIGN_CENTER_VERTICAL | wxEXPAND);
++r;
add_label_to_sizer (_grid, _dcp_content_type_label, true, wxGBPosition (r, 0));