X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_properties_dialog.cc;h=da4243cb4fc6438db1921ccf3550e5770d132e2a;hb=59209af1e2d73334ff7dfe6c7da465293dc24c0b;hp=bc835edafc305358d15d3eda63e9cb4c23e4115b;hpb=39fb8198febde1937019db1c300ec363aab5aa56;p=dcpomatic.git 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))); } }