Improve layout of properties window.
[dcpomatic.git] / src / wx / properties_dialog.h
index cae929e1894e19235dc84741a84ab6eab3adfda8..03e0f01aa796ed99a5a06bb588f79bc4162d91a0 100644 (file)
@@ -29,8 +29,10 @@ public:
 
 private:
        std::string frames_already_encoded () const;
+       void layout ();
 
        boost::shared_ptr<Film> _film;
+       wxFlexGridSizer* _table;
        wxStaticText* _frames;
        wxStaticText* _disk;
        ThreadedStaticText* _encoded;