pot/merge.
[dcpomatic.git] / src / wx / text_subtitle_appearance_dialog.h
index c191cc3c01d052c73bfbf56ca1fc7d9a8b79d5e6..10169fb50a23d7159cf43a766b4928ce55633d38 100644 (file)
 
 */
 
-#include "table_dialog.h"
 #include "timecode.h"
+#include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
 #include <boost/signals2.hpp>
 
 class wxRadioButton;
 class wxColourPickerCtrl;
+class wxGridBagSizer;
 class Content;
 
-class TextSubtitleAppearanceDialog : public TableDialog
+class TextSubtitleAppearanceDialog : public wxDialog
 {
 public:
        TextSubtitleAppearanceDialog (wxWindow* parent, boost::shared_ptr<Content> content);
@@ -43,6 +44,7 @@ private:
        Timecode<ContentTime>* _fade_in;
        Timecode<ContentTime>* _fade_out;
        wxSpinCtrl* _outline_width;
+       wxGridBagSizer* _table;
 
        boost::shared_ptr<Content> _content;