diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-18 12:05:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-02 00:13:13 +0200 |
| commit | 9a9ce1aec97db89b00bc216edf7cee5f3d48670e (patch) | |
| tree | 1a89fe50d36026885eb1bc2e7bd4a7a504651e4f /src/wx/content_properties_dialog.cc | |
| parent | 0afe79d5c913f4c85a8de4ae448a8e54b8249dff (diff) | |
Add more filenames to content properties (#2120).
Diffstat (limited to 'src/wx/content_properties_dialog.cc')
| -rw-r--r-- | src/wx/content_properties_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 (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))); } } |
