Fix alignment of frames per second count.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2012 10:44:00 +0000 (11:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2012 10:44:00 +0000 (11:44 +0100)
ChangeLog
src/wx/film_editor.cc

index 83c704fb7fdc7ae24653786aeec28806eff845be..8801e769bef4e2e59059767c45176562f36e9e6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-23  Carl Hetherington  <cth@carlh.net>
+
+       * Fix alignment of frames per second count.
+
 2012-09-22  Carl Hetherington  <cth@carlh.net>
 
        * Fix bug on OK-ing gain calculation
index 71c48bd79d9b2c0fda2cb13578b7b2d11722d0ee..6de3af9e70d6a8d7d2d9e00b53dd891197a5d996 100644 (file)
@@ -132,7 +132,7 @@ FilmEditor::FilmEditor (Film* f, wxWindow* parent)
 
        video_control (add_label_to_sizer (_sizer, this, "Frames Per Second"));
        _frames_per_second = new wxStaticText (this, wxID_ANY, wxT (""));
-       _sizer->Add (video_control (_frames_per_second));
+       _sizer->Add (video_control (_frames_per_second), 1, wxALIGN_CENTER_VERTICAL);
        
        video_control (add_label_to_sizer (_sizer, this, "Original Size"));
        _original_size = new wxStaticText (this, wxID_ANY, wxT (""));