summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 10:56:06 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 10:56:06 +0100
commitd595b6b2c5f68e90c193fcddd786e772a1135f0d (patch)
treed48319cf6b564309ffd7245dc9a27d06875ceb93 /src
parent2514ffcd1adcca4fc8e3db894afb5cdc6c857e94 (diff)
Tidy up initial subtitle scale display before a film is loaded.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc1
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