diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-10 21:43:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-11 21:59:27 +0200 |
| commit | dd7c63112eda87f2e491261873075acff114396b (patch) | |
| tree | 258173d5bb4e1377e99b8e4b0d5f5abeb982defb /src/wx/video_panel.h | |
| parent | 2632343cc712188e0db2afa1e551e4a5086e70fa (diff) | |
Reformat crop controls.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index ad0ba402a..04063ef54 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -64,6 +64,7 @@ private: wxCheckBox* _use; wxStaticText* _type_label; ContentChoice<VideoContent, VideoFrameType>* _frame_type; + wxStaticText* _crop_label; wxStaticText* _left_crop_label; ContentSpinCtrl<VideoContent>* _left_crop; wxStaticText* _right_crop_label; |
