[vlc-devel] commit: Qt: Better media info panel (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Feb 4 03:01:03 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 4 03:00:46 2010 +0100| [738ac6e1c12551eaca806c2f37488f28f21a5eba] | committer: Jean-Baptiste Kempf
Qt: Better media info panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=738ac6e1c12551eaca806c2f37488f28f21a5eba
---
modules/gui/qt4/components/info_panels.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index 76d176e..a74329d 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -57,6 +57,7 @@ MetaPanel::MetaPanel( QWidget *parent,
: QWidget( parent ), p_intf( _p_intf )
{
QGridLayout *metaLayout = new QGridLayout( this );
+ metaLayout->setVerticalSpacing( 12 );
int line = 0; /* Counter for GridLayout */
p_input = NULL;
@@ -138,6 +139,7 @@ MetaPanel::MetaPanel( QWidget *parent,
metaLayout->setColumnStretch( 1, 2 );
metaLayout->setColumnMinimumWidth ( 1, 80 );
+ metaLayout->setRowStretch( line, 10 );
#undef ADD_META
#undef ADD_META_2
More information about the vlc-devel
mailing list