[vlc-commits] Qt: Improve preferences layout for module list
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 24 18:03:08 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 24 18:02:39 2011 +0200| [cd0e3fa0d39b659d825cd6ccd526e3a242af4497] | committer: Jean-Baptiste Kempf
Qt: Improve preferences layout for module list
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd0e3fa0d39b659d825cd6ccd526e3a242af4497
---
modules/gui/qt4/components/preferences_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index fee61bc..884ed30 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -677,7 +677,7 @@ ModuleListConfigControl::ModuleListConfigControl( vlc_object_t *_p_this,
boxline++;
}
- layoutGroupBox->addWidget( text, boxline, 0 );
+ layoutGroupBox->addWidget( text, boxline, 0, 1, 2 );
if( !l )
{
More information about the vlc-commits
mailing list