summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-27 23:34:42 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-27 23:34:42 +0000
commitd9498763e15a894531082a2fc1cc0381ead0f31d (patch)
tree5b8fe1a2e2e959f1ed8f8e8afc2c0ea55e06945b /src
parentd8f9f8a92ec1d73aa74d9490daf0c1643655bdb0 (diff)
Tweak video panel spacing.
Diffstat (limited to 'src')
-rw-r--r--src/wx/video_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index 72a63956e..5c6658888 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -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);