[vlc-devel] commit: Add horizontal scrollbar to MediaInfo' s third panel to fully show EPG info ( Marian Ďurkovič )
git version control
git at videolan.org
Tue Sep 8 12:19:29 CEST 2009
vlc | branch: 1.0-bugfix | Marian Ďurkovič <md at bts.sk> | Wed Sep 2 07:45:21 2009 +0200| [067facf963ad651771e9b066a33dd136891a0832] | committer: Marian Ďurkovič
Add horizontal scrollbar to MediaInfo's third panel to fully show EPG info
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=067facf963ad651771e9b066a33dd136891a0832
---
modules/gui/qt4/components/info_panels.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index dcd0417..b3ede5a 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -423,6 +423,8 @@ InfoPanel::InfoPanel( QWidget *parent,
InfoTree = new QTreeWidget(this);
InfoTree->setColumnCount( 1 );
InfoTree->header()->hide();
+ InfoTree->header()->setStretchLastSection(false);
+ InfoTree->header()->setResizeMode(QHeaderView::ResizeToContents);
layout->addWidget(InfoTree, 1, 0 );
}
More information about the vlc-devel
mailing list