X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_panel.h;h=20d7c40c2eb1d3eb1add4350a1b1482b3cbfc2a1;hb=99bb224f2362126f5a5011860b8aafc3ea1cca5f;hp=19df26436af6c79cd7c8712d6ba568616dbac2a0;hpb=cb83eb7b209054da2f81b456a0fbda6ea9d03844;p=dcpomatic.git diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h index 19df26436..20d7c40c2 100644 --- a/src/wx/subtitle_panel.h +++ b/src/wx/subtitle_panel.h @@ -33,14 +33,16 @@ public: private: void with_subtitles_toggled (); - void offset_changed (); + void x_offset_changed (); + void y_offset_changed (); void scale_changed (); void stream_changed (); void setup_sensitivity (); wxCheckBox* _with_subtitles; - wxSpinCtrl* _offset; + wxSpinCtrl* _x_offset; + wxSpinCtrl* _y_offset; wxSpinCtrl* _scale; wxChoice* _stream; };