Commit 067facf9 authored by Marian Ďurkovič's avatar Marian Ďurkovič

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

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent eda050bb
...@@ -423,6 +423,8 @@ InfoPanel::InfoPanel( QWidget *parent, ...@@ -423,6 +423,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