diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-14 00:21:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-14 11:41:18 +0200 |
| commit | a4a7cd938aa4f23f23240ed732844e5ad61683c0 (patch) | |
| tree | a65979629875c97387b9d619013750338d9dd2a0 /src/wx/content_panel.h | |
| parent | c8b4797396943d25759a84df192134e458ed4d8b (diff) | |
Ellipsize content names in the middle (#2350).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index d1ba1a760..4ce68aea5 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -31,6 +31,7 @@ LIBDCP_ENABLE_WARNINGS class AudioPanel; +class ContentListCtrl; class ContentSubPanel; class Film; class FilmEditor; @@ -118,7 +119,7 @@ private: LimitedContentPanelSplitter* _splitter; wxPanel* _top_panel; wxNotebook* _notebook; - wxListCtrl* _content; + ContentListCtrl* _content; wxButton* _add_file; wxButton* _add_folder; wxButton* _add_dcp; |
