Commit 2990f1d5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: correctly show the stats.

(cherry picked from commit 95c17341)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1835073b
......@@ -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 );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment