Fix bug #742 and possibly also #465. Needs testing on non-Mac platforms to see if there's visual glitches with video visual typesetting toolbar.

Originally committed to SVN as r2256.
This commit is contained in:
Niels Martin Hansen 2008-07-15 17:49:15 +00:00
parent a836b89476
commit d120a4758b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ VideoBox::VideoBox(wxWindow *parent)
wxSizer *topTopSizer = new wxBoxSizer(wxHORIZONTAL);
wxSizer *topSizer = new wxBoxSizer(wxVERTICAL);
visualSubToolBar->Show(false);
topTopSizer->Add(visualToolBar,0,wxEXPAND,0);
topTopSizer->Add(visualToolBar,0,0,0);
topTopSizer->Add(videoDisplay,1,wxEXPAND,0);
topSizer->Add(topTopSizer,1,wxEXPAND,0);
topSizer->Add(visualSubToolBar,0,wxEXPAND | wxBOTTOM,4);