Skip to content
Extraits de code Groupes Projets
Valider 8692fe42 rédigé par Rodrigo Braz Monteiro's avatar Rodrigo Braz Monteiro
Parcourir les fichiers

Fixed the typesetting toolbar to fill the whole height of video.

Originally committed to SVN as r2469.
parent e924197c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -126,7 +126,7 @@ VideoBox::VideoBox(wxWindow *parent) ...@@ -126,7 +126,7 @@ VideoBox::VideoBox(wxWindow *parent)
wxSizer *topTopSizer = new wxBoxSizer(wxHORIZONTAL); wxSizer *topTopSizer = new wxBoxSizer(wxHORIZONTAL);
wxSizer *topSizer = new wxBoxSizer(wxVERTICAL); wxSizer *topSizer = new wxBoxSizer(wxVERTICAL);
visualSubToolBar->Show(false); visualSubToolBar->Show(false);
topTopSizer->Add(visualToolBar,0,0,0); topTopSizer->Add(visualToolBar,0,wxEXPAND,0);
topTopSizer->Add(videoDisplay,1,wxEXPAND,0); topTopSizer->Add(videoDisplay,1,wxEXPAND,0);
topSizer->Add(topTopSizer,1,wxEXPAND,0); topSizer->Add(topTopSizer,1,wxEXPAND,0);
topSizer->Add(visualSubToolBar,0,wxEXPAND | wxBOTTOM,4); topSizer->Add(visualSubToolBar,0,wxEXPAND | wxBOTTOM,4);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter