[vlc-devel] commit: Fix Ok/Cancel button position in advanced capture properties. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jun 25 03:47:26 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 24 18:49:07 2008 -0700| [2242c9a26212a77015c76d186bbd3125196a7f5c]
Fix Ok/Cancel button position in advanced capture properties.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2242c9a26212a77015c76d186bbd3125196a7f5c
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 553c96f..547b926 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1133,7 +1133,7 @@ void CaptureOpenPanel::advancedDialog()
advButtonBox->addButton( closeButton, QDialogButtonBox::AcceptRole );
advButtonBox->addButton( cancelButton, QDialogButtonBox::RejectRole );
- gLayout->addWidget( advButtonBox, i_confsize + 1, 0, 1, -1 );
+ mainLayout->addWidget( advButtonBox );
/* Creation of the MRL */
if( adv->exec() )
More information about the vlc-devel
mailing list