Commit 1f62a759 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Resize the good column to the text in Media information.

(cherry picked from commit 64637517)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 28f5fdf3
......@@ -21,6 +21,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......
......@@ -543,7 +543,8 @@ InputStatsPanel::InputStatsPanel( QWidget *parent,
audio->setExpanded( true );
StatsTree->resizeColumnToContents( 0 );
StatsTree->setColumnWidth( 1 , 100 );
StatsTree->resizeColumnToContents( 1 );
StatsTree->setColumnWidth( 2 , 100 );
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