Various small fixes to appearance of content properties dialog.
[dcpomatic.git] / src / lib / video_content.cc
index 0fbcba7e0b4c6f9aee23da61372b0cea8221b097..ca96df1e8efbf92eb09fa69c25c6453806949d0d 100644 (file)
@@ -583,7 +583,7 @@ VideoContent::add_properties (list<UserProperty>& p) const
 {
        p.push_back (UserProperty (_("Video"), _("Length"), raw_convert<string> (video_length ()), _("video frames")));
        p.push_back (UserProperty (_("Video"), _("Size"), raw_convert<string> (video_size().width) + "x" + raw_convert<string> (video_size().height)));
-       p.push_back (UserProperty (_("Video"), _("Frame rate"), raw_convert<string> (video_frame_rate()), _("frames per second")));
+       p.push_back (UserProperty (_("Video"), _("Frame rate"), raw_convert<string> (video_frame_rate(), 5), _("frames per second")));
 }
 
 double