Tweak video panel spacing.
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Nov 2015 23:34:42 +0000 (23:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Nov 2015 23:34:42 +0000 (23:34 +0000)
src/wx/video_panel.cc

index 72a63956ed0caf77978382816669649bd14c025f..5c66588888a1c8f4a3a0f831d22972d0204dfafb 100644 (file)
@@ -204,7 +204,7 @@ VideoPanel::VideoPanel (ContentPanel* p)
        ++r;
 
        _description = new wxStaticText (this, wxID_ANY, wxT ("\n \n \n \n \n"), wxDefaultPosition, wxDefaultSize);
-       grid->Add (_description, wxGBPosition (r, 0), wxGBSpan (1, 4), wxEXPAND | wxALIGN_CENTER_VERTICAL | wxALL, 6);
+       grid->Add (_description, wxGBPosition (r, 0), wxGBSpan (1, 4), wxEXPAND | wxALIGN_CENTER_VERTICAL, 6);
        wxFont font = _description->GetFont();
        font.SetStyle(wxFONTSTYLE_ITALIC);
        font.SetPointSize(font.GetPointSize() - 1);