From 9a9ce1aec97db89b00bc216edf7cee5f3d48670e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 18 Dec 2021 12:05:40 +0100 Subject: Add more filenames to content properties (#2120). --- src/wx/content_properties_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/content_properties_dialog.cc') diff --git a/src/wx/content_properties_dialog.cc b/src/wx/content_properties_dialog.cc index bc835edaf..da4243cb4 100644 --- a/src/wx/content_properties_dialog.cc +++ b/src/wx/content_properties_dialog.cc @@ -95,7 +95,7 @@ ContentPropertiesDialog::maybe_add_group (mapsecond) { - add (std_to_wx (j.key), true); + add_label_to_sizer (_table, this, std_to_wx(j.key), true, 0, wxALIGN_TOP); add (new StaticText (this, std_to_wx (j.value + " " + j.unit))); } } -- cgit v1.2.3