]> git.sesse.net Git - vlc/commitdiff
Qt: Better media info panel
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Feb 2010 02:00:46 +0000 (03:00 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Feb 2010 02:00:46 +0000 (03:00 +0100)
modules/gui/qt4/components/info_panels.cpp

index 76d176e1112c7f4e916c38bd979a13e108ae75c3..a74329d127ff506c5138e75505991fda8a532fe0 100644 (file)
@@ -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