diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 17:11:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:58 +0100 |
| commit | f29f405000752ad568de1e304640a4edac8214bc (patch) | |
| tree | cb4990c7e7d90ddc6d5fddb9a69f3379a693c3fa /src/wx/table_dialog.h | |
| parent | bf0b74f67b87b2361529cefaae45533e5935a9c4 (diff) | |
Basics of job view when sending KDM emails from dcpomatic_kdm.
Diffstat (limited to 'src/wx/table_dialog.h')
| -rw-r--r-- | src/wx/table_dialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/table_dialog.h b/src/wx/table_dialog.h index f04c2027c..555721031 100644 --- a/src/wx/table_dialog.h +++ b/src/wx/table_dialog.h @@ -25,7 +25,7 @@ class TableDialog : public wxDialog { public: - TableDialog (wxWindow* parent, wxString title, int columns, bool cancel); + TableDialog (wxWindow* parent, wxString title, int columns, int growable, bool cancel); protected: template<class T> @@ -39,9 +39,10 @@ protected: void layout (); + wxFlexGridSizer* _table; + private: wxSizer* _overall_sizer; - wxFlexGridSizer* _table; }; #endif |
