]> git.sesse.net Git - vlc/commitdiff
Qt4: correctly show the stats.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Oct 2008 03:31:15 +0000 (20:31 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Oct 2008 03:35:53 +0000 (20:35 -0700)
(cherry picked from commit 95c173411393f6cae467ab6c4f0e708c443bf5a5)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/info_panels.cpp

index 745588eef3383573a4e689a8ba49e53dc225f2f5..1d4164a0f1b9ef623d2acb6f89d2aad904d353aa 100644 (file)
@@ -543,8 +543,7 @@ InputStatsPanel::InputStatsPanel( QWidget *parent,
     audio->setExpanded( true );
 
     StatsTree->resizeColumnToContents( 0 );
-    StatsTree->resizeColumnToContents( 1 );
-    StatsTree->setColumnWidth( 2 , 100 );
+    StatsTree->setColumnWidth( 1 , 200 );
 
     layout->addWidget(StatsTree, 1, 0 );
 }