Add more filenames to content properties (#2120).
[dcpomatic.git] / src / wx / content_properties_dialog.cc
index bc835edafc305358d15d3eda63e9cb4c23e4115b..da4243cb4fc6438db1921ccf3550e5770d132e2a 100644 (file)
@@ -95,7 +95,7 @@ ContentPropertiesDialog::maybe_add_group (map<UserProperty::Category, list<UserP
        add_spacer ();
 
        for (auto j: i->second) {
-               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)));
        }
 }