[vlc-commits] commit: Qt/EPG: set word wrap true for the tittle QLabel. (Adrien Maglo )
git at videolan.org
git at videolan.org
Fri Jun 25 22:12:55 CEST 2010
vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Jun 25 22:00:00 2010 +0200| [a1aae98ac63eb4d4f18487777dfb8fe2b4f41941] | committer: Adrien Maglo
Qt/EPG: set word wrap true for the tittle QLabel.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1aae98ac63eb4d4f18487777dfb8fe2b4f41941
---
modules/gui/qt4/dialogs/epg.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/dialogs/epg.cpp b/modules/gui/qt4/dialogs/epg.cpp
index afb16b1..6f45929 100644
--- a/modules/gui/qt4/dialogs/epg.cpp
+++ b/modules/gui/qt4/dialogs/epg.cpp
@@ -62,6 +62,7 @@ EpgDialog::EpgDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
description->setPalette( palette );
title = new QLabel( qtr( "Title" ), this );
+ title->setWordWrap( true );
boxLayout->addWidget( title );
boxLayout->addWidget( description );
More information about the vlc-commits
mailing list