[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
Fri Sep 4 12:19:36 CEST 2009
vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Wed Sep 2 07:45:21 2009 +0200| [a4ba8b19d0dca993d4f42db3769b0f10c6833fe6] | committer: Jean-Baptiste Kempf
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=a4ba8b19d0dca993d4f42db3769b0f10c6833fe6
---
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 7edf3b7..5b5ada1 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -411,6 +411,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