White space.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Jun 2016 11:25:28 +0000 (12:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Jun 2016 11:25:28 +0000 (12:25 +0100)
src/wx/timeline_labels_view.cc

index 3146d03662873325a7ea64d7446b4217388bfe40..1a712f42d71538e302f0a67fc06738003cbf5627 100644 (file)
@@ -66,7 +66,7 @@ TimelineLabelsView::do_paint (wxGraphicsContext* gc, list<dcpomatic::Rect<int> >
 
        int fy = 0;
        int ty = _threed ? 2 * h : h;
-       gc->DrawText (_("Video"),     0, _timeline.tracks_position().y + (ty + fy) / 2 - 8);
+       gc->DrawText (_("Video"), 0, _timeline.tracks_position().y + (ty + fy) / 2 - 8);
        fy = ty;
 
        if (_subtitle) {