Try to fix OS X .mo install path.
[dcpomatic.git] / src / wx / subtitle_panel.h
index 19df26436af6c79cd7c8712d6ba568616dbac2a0..20d7c40c2eb1d3eb1add4350a1b1482b3cbfc2a1 100644 (file)
@@ -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;
 };