Rather hacky support for burnt subtitle Z-position in 3D (#1359).
[dcpomatic.git] / src / wx / text_panel.h
index c4498f970b7a8d6c6e3d01911d44ca1fe4e1fe34..129b5d369cc1355a4dad255438994b8b74f772e7 100644 (file)
@@ -50,6 +50,7 @@ private:
        void x_scale_changed ();
        void y_scale_changed ();
        void line_spacing_changed ();
+       void z_position_changed ();
        void dcp_track_changed ();
        void stream_changed ();
        void text_view_clicked ();
@@ -95,6 +96,8 @@ private:
        wxStaticText* _line_spacing_label;
        wxStaticText* _line_spacing_pc_label;
        SpinCtrl* _line_spacing;
+       wxStaticText* _z_position_label;
+       SpinCtrl* _z_position;
        wxStaticText* _dcp_track_label = nullptr;
        wxChoice* _dcp_track = nullptr;
        wxStaticText* _stream_label;