X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=0f3d8eb507a5eabc0c6e316f81fd7b03c4f6924c;hp=bc6b045c409999ae073d518487f88d8b77623c7b;hb=d62877ae6c4e316e43f4052e4b9ba673610012cf;hpb=5859b758e3a6e0191ce12e77b636c7def58bbc3b diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index bc6b045c4..0f3d8eb50 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -104,11 +104,14 @@ private: void setup_audio_details (); void setup_dcp_name (); void setup_show_audio_sensitivity (); + void setup_scaling_description (); + void setup_notebook_size (); + void setup_frame_rate_description (); void setup_content (); - void setup_content_button_sensitivity (); - void setup_length (); void setup_format (); + void setup_length (); void setup_content_information (); + void setup_content_button_sensitivity (); void active_jobs_changed (bool); boost::shared_ptr selected_content (); @@ -143,6 +146,7 @@ private: wxChoice* _format; wxStaticText* _format_description; wxCheckBox* _trust_content_headers; + wxStaticText* _scaling_description; wxSpinCtrl* _left_crop; wxSpinCtrl* _right_crop; wxSpinCtrl* _top_crop;