summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_panel.h')
-rw-r--r--src/wx/subtitle_panel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h
index 9e60db34b..bcff995a0 100644
--- a/src/wx/subtitle_panel.h
+++ b/src/wx/subtitle_panel.h
@@ -36,7 +36,8 @@ private:
void use_toggled ();
void x_offset_changed ();
void y_offset_changed ();
- void scale_changed ();
+ void x_scale_changed ();
+ void y_scale_changed ();
void stream_changed ();
void view_clicked ();
@@ -45,7 +46,8 @@ private:
wxCheckBox* _use;
wxSpinCtrl* _x_offset;
wxSpinCtrl* _y_offset;
- wxSpinCtrl* _scale;
+ wxSpinCtrl* _x_scale;
+ wxSpinCtrl* _y_scale;
wxChoice* _stream;
wxButton* _view_button;
SubtitleView* _view;