Commit a4ba8b19 authored by Marian Ďurkovič's avatar Marian Ďurkovič Committed by Jean-Baptiste Kempf

Add horizontal scrollbar to MediaInfo's third panel to fully show EPG info

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d9ddc5ae
...@@ -411,6 +411,8 @@ InfoPanel::InfoPanel( QWidget *parent, ...@@ -411,6 +411,8 @@ InfoPanel::InfoPanel( QWidget *parent,
InfoTree = new QTreeWidget(this); InfoTree = new QTreeWidget(this);
InfoTree->setColumnCount( 1 ); InfoTree->setColumnCount( 1 );
InfoTree->header()->hide(); InfoTree->header()->hide();
InfoTree->header()->setStretchLastSection(false);
InfoTree->header()->setResizeMode(QHeaderView::ResizeToContents);
layout->addWidget(InfoTree, 1, 0 ); layout->addWidget(InfoTree, 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