diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-02 16:13:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-02 16:13:52 +0100 |
| commit | 1b47a935c742ccd036312c694d17d1d9778b1b12 (patch) | |
| tree | 34e7dd85fe9589f1561f536c7603144b2a11cc68 /src/wx | |
| parent | b16ef6d1617897f0735ef3770cadaaa88b2ac441 (diff) | |
Layout tweak.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/dcp_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index b6fca4604..cf5c50977 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -571,8 +571,8 @@ DCPPanel::make_video_panel () ++r; } + add_label_to_grid_bag_sizer (grid, panel, _("Frame Rate"), true, wxGBPosition (r, 0)); { - add_label_to_grid_bag_sizer (grid, panel, _("Frame Rate"), true, wxGBPosition (r, 0)); _frame_rate_sizer = new wxBoxSizer (wxHORIZONTAL); _frame_rate_choice = new wxChoice (panel, wxID_ANY); _frame_rate_sizer->Add (_frame_rate_choice, 1, wxALIGN_CENTER_VERTICAL); @@ -582,8 +582,8 @@ DCPPanel::make_video_panel () _best_frame_rate = new wxButton (panel, wxID_ANY, _("Use best")); _frame_rate_sizer->Add (_best_frame_rate, 1, wxALIGN_CENTER_VERTICAL); grid->Add (_frame_rate_sizer, wxGBPosition (r, 1)); + ++r; } - ++r; _burn_subtitles = new wxCheckBox (panel, wxID_ANY, _("Burn subtitles into image")); grid->Add (_burn_subtitles, wxGBPosition (r, 0), wxGBSpan (1, 2)); |
