X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=22c5644828ab9de26594398cbd80f6e8745ab645;hp=04063ef54b179a54bcb445e30e34bc8b161bd777;hb=15a83d720780d58f905d40f8493cdcb86596eaee;hpb=dd7c63112eda87f2e491261873075acff114396b diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 04063ef54..22c564482 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -25,7 +25,6 @@ #include "content_sub_panel.h" #include "content_widget.h" #include "timecode.h" -#include "lib/video_content_scale.h" #include "lib/film.h" class wxChoice; @@ -55,6 +54,9 @@ private: void fade_in_changed (); void fade_out_changed (); void add_to_grid (); + void scale_fit_clicked (); + void scale_custom_clicked (); + bool scale_custom_edit_clicked (); void setup_description (); void setup_sensitivity (); @@ -77,8 +79,10 @@ private: Timecode* _fade_in; wxStaticText* _fade_out_label; Timecode* _fade_out; - wxStaticText* _scale_to_label; - ContentChoice* _scale; + wxStaticText* _scale_label; + wxRadioButton* _scale_fit; + wxRadioButton* _scale_custom; + wxButton* _scale_custom_edit; wxStaticText* _description; wxStaticText* _filters_label; wxStaticText* _filters;