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 20d7c40c2..7f5d9239d 100644 --- a/src/wx/subtitle_panel.h +++ b/src/wx/subtitle_panel.h @@ -35,7 +35,8 @@ private: void with_subtitles_toggled (); void x_offset_changed (); void y_offset_changed (); - void scale_changed (); + void x_scale_changed (); + void y_scale_changed (); void stream_changed (); void setup_sensitivity (); @@ -43,6 +44,7 @@ private: wxCheckBox* _with_subtitles; wxSpinCtrl* _x_offset; wxSpinCtrl* _y_offset; - wxSpinCtrl* _scale; + wxSpinCtrl* _x_scale; + wxSpinCtrl* _y_scale; wxChoice* _stream; }; |
