diff options
Diffstat (limited to 'src/wx/subtitle_panel.h')
| -rw-r--r-- | src/wx/subtitle_panel.h | 6 |
1 files changed, 4 insertions, 2 deletions
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; }; |
