Fix layout bug where the stuff in the content panel would be completely
[dcpomatic.git] / src / wx / content_panel.h
index 13393f632701edab5a13107a962363ffc1d931da..a4a172a7fc822a57ecba1f87d5a7c7df659cced3 100644 (file)
@@ -58,6 +58,8 @@ public:
        void film_changed (Film::Property p);
        void film_content_changed (int p);
 
+       void first_shown ();
+
        wxWindow* window () const {
                return _splitter;
        }
@@ -101,6 +103,7 @@ private:
        std::list<ContentSubPanel *> panels () const;
 
        wxSplitterWindow* _splitter;
+       wxPanel* _top_panel;
        wxNotebook* _notebook;
        wxListCtrl* _content;
        wxButton* _add_file;