Tidy up initial subtitle scale display before a film is loaded.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:56:06 +0000 (10:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:56:06 +0000 (10:56 +0100)
src/wx/film_editor.cc

index 92b4d0691fde2ebba4f5e63ac5b6ec193113585b..b1e672cfad18d59722ecaff5fda479d0bc5dc364 100644 (file)
@@ -445,6 +445,7 @@ FilmEditor::make_subtitle_panel ()
        
        _subtitle_offset->SetRange (-100, 100);
        _subtitle_scale->SetRange (1, 1000);
+       _subtitle_scale->SetValue (100);
 }
 
 void