diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 92b4d0691..b1e672cfa 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -445,6 +445,7 @@ FilmEditor::make_subtitle_panel () _subtitle_offset->SetRange (-100, 100); _subtitle_scale->SetRange (1, 1000); + _subtitle_scale->SetValue (100); } void |
