[vlc-devel] commit: Qt4: correctly show the stats. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Oct 1 05:37:07 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 30 20:31:15 2008 -0700| [2990f1d54b95da5515e01ed938bdb7752abd6733] | committer: Jean-Baptiste Kempf 

Qt4: correctly show the stats.
(cherry picked from commit 95c173411393f6cae467ab6c4f0e708c443bf5a5)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2990f1d54b95da5515e01ed938bdb7752abd6733
---

 modules/gui/qt4/components/info_panels.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index 745588e..1d4164a 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -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 );
 }




More information about the vlc-devel mailing list