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

git version control git at videolan.org
Wed Oct 1 05:35:52 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 30 20:31:15 2008 -0700| [95c173411393f6cae467ab6c4f0e708c443bf5a5] | committer: Jean-Baptiste Kempf 

Qt4: correctly show the stats.

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

 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 de86582..191c993 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