[vlc-commits] commit: Qt/EPG: set word wrap true for the tittle QLabel. (Adrien Maglo )

git at videolan.org git at videolan.org
Sat Jun 26 14:23:24 CEST 2010


vlc/vlc-1.1 | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Jun 25 22:00:00 2010 +0200| [8e39f1cc7d3febac1e7a655ee40acf729adcc07e] | committer: Jean-Baptiste Kempf 

Qt/EPG: set word wrap true for the tittle QLabel.
(cherry picked from commit a1aae98ac63eb4d4f18487777dfb8fe2b4f41941)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=8e39f1cc7d3febac1e7a655ee40acf729adcc07e
---

 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