No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / subtitle_view.cc
index dc41db2fa51e82fd49ac5ba9c2165f7149174301..33ef7cfda14817326ca1de8a3f75011df7aa4026 100644 (file)
@@ -47,7 +47,7 @@ SubtitleView::SubtitleView (wxWindow* parent, shared_ptr<Film> film, shared_ptr<
                ip.SetText (_("End"));
                ip.SetWidth (100);
                _list->InsertColumn (1, ip);
-       }               
+       }
 
        {
                wxListItem ip;
@@ -58,7 +58,7 @@ SubtitleView::SubtitleView (wxWindow* parent, shared_ptr<Film> film, shared_ptr<
        }
 
        wxBoxSizer* sizer = new wxBoxSizer (wxVERTICAL);
-       sizer->Add (_list, 1, wxEXPAND);
+       sizer->Add (_list, 1, wxEXPAND | wxALL, DCPOMATIC_SIZER_X_GAP);
 
        wxSizer* buttons = CreateSeparatedButtonSizer (wxOK);
        if (buttons) {