Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / wx / timeline_labels_view.cc
index 56228a7e70a280fce9ba74350c43f3b8146c83cc..d3aa02afcc68b20b981a3029499721f5d40de0c6 100644 (file)
@@ -50,7 +50,7 @@ TimelineLabelsView::TimelineLabelsView (Timeline& tl)
                _width = max (_width, size.GetWidth());
        }
 
-       _width += 16;
+       _width += 24;
 }
 
 dcpomatic::Rect<int>
@@ -72,7 +72,7 @@ TimelineLabelsView::do_paint (wxGraphicsContext* gc, list<dcpomatic::Rect<int> >
 
        if (_text_tracks) {
                ty = fy + _text_tracks * h;
-               gc->DrawText (_("Subtitle/captions"), 0, (ty + fy) / 2 - 8);
+               gc->DrawText (_("Subtitles/captions"), 0, (ty + fy) / 2 - 8);
                fy = ty;
        }